diff options
author | mail_redacted_for_web | 2015-01-13 16:42:06 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2015-01-13 16:42:06 -0800 |
commit | 4e2a2b81cf17909647728a0c9febab7ab0370e65 (patch) | |
tree | a7c704fd0f7eaa8b0e0ed55e10aa6b39575dc70e /Puppetfile | |
download | control-repo-template-4e2a2b81cf17909647728a0c9febab7ab0370e65.tar.bz2 |
Initial Commit
Stole Gary's puppet_repository and modified it for general
general consumption.
Upped the version of r10k to newest (1.4.1)
Ripped out the hiera examples just left defaults.yaml
Tweaked environment.conf
Diffstat (limited to 'Puppetfile')
-rw-r--r-- | Puppetfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Puppetfile b/Puppetfile new file mode 100644 index 0000000..77f1ccb --- /dev/null +++ b/Puppetfile @@ -0,0 +1,16 @@ +forge "http://forge.puppetlabs.com" + +# Modules from the Puppet Forge +mod "puppetlabs/apache" +mod "puppetlabs/ntp" + +# 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' + |