control-repo/Puppetfile

22 lines
747 B
Plaintext
Raw Normal View History

forge "http://forge.puppetlabs.com"
# Modules from the Puppet Forge
2015-05-15 18:48:52 +00:00
# Note the versions are all set to :latest but after you've
# installed you should change them to the exact version you want
mod "puppetlabs/inifile", :latest
mod "puppetlabs/stdlib", :latest
mod "puppetlabs/concat", :latest
mod "puppetlabs/ntp", :latest
mod "saz/ssh", :latest
# Modules from Github using various references
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
#mod 'notifyme',
# :git => 'git://github.com/glarizza/puppet-notifyme',
# :ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f'
#mod 'profiles',
# :git => 'git://github.com/glarizza/puppet-profiles',
# :ref => '3611ae4253ff01762f9bda1d93620edf8f9a3b22'