Displaying 3 results from an estimated 3 matches for "puppet_module".
Did you mean:
puppet_modules
2007 Sep 24
3
conceptual problem deploying git repos to a puppetmaster
...unless => "git branch | grep ''* ${branch}''",
require => Exec["clone-repo-${name}"],
}
}
}
}
}
Then I call it like this: (for my puppetmaster in this case)
git::repo { $puppet_modules:
src => "${gitserver}",
dst => "${puppetdir}/modules/main/",
use_names => true,
}
where:
$puppet_modules = [ ''puppet'', ''ssh'', ''apache'', ... ] # and so...
2013 Mar 15
3
Installing puppet modules
...ile":
ensure => present,
url => "$url",
checksum => false,
extension => "tar.gz",
target => split("$::modulepath", ":")[0],
}
But that doesn''t work.
2) There is another module called puppet_module
(https://github.com/rcoleman/puppet_module_provider) which allows you to
download and install modules from puppetforge. This module works great.
Except that I need to download modules from an intranet location not an
internet location. I do not have control over puppetforge so I do not have...
2010 Jun 28
7
Bind Module
Anyone know where I can find a good chrooted named module for centos?
Named as chroot is ugly... soft and hard links everywhere...
Doug
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to