diff options
Diffstat (limited to 'global/overlay')
-rw-r--r-- | global/overlay/etc/puppet/cosmos-modules.conf | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/global/overlay/etc/puppet/cosmos-modules.conf b/global/overlay/etc/puppet/cosmos-modules.conf index 1a77592..ecfc993 100644 --- a/global/overlay/etc/puppet/cosmos-modules.conf +++ b/global/overlay/etc/puppet/cosmos-modules.conf @@ -1,14 +1,18 @@ # # name source (puppetlabs fq name or git url) upgrade (yes/no) # -#concat puppetlabs/concat no -#stdlib puppetlabs/stdlib no -cosmos git://github.com/leifj/puppet-cosmos.git yes +concat git://github.com/SUNET/puppetlabs-concat.git no +stdlib git://github.com/SUNET/puppetlabs-stdlib.git no +cosmos git://github.com/SUNET/puppet-cosmos.git yes ufw git://github.com/SUNET/puppet-module-ufw.git yes -apt puppetlabs/apt no -#vcsrepo puppetlabs/vcsrepo no -#xinetd puppetlabs/xinetd no +apt git://github.com/SUNET/puppetlabs-apt.git no +vcsrepo git://github.com/SUNET/puppetlabs-vcsrepo.git no +xinetd git://github.com/SUNET/puppetlabs-xinetd.git no #golang elithrar/golang yes -#python git://github.com/stankevich/puppet-python.git yes -dhcp git://github.com/SUNET/puppetlabs-dhcp yes +python git://github.com/SUNET/puppet-python.git yes hiera-gpg git://github.com/SUNET/hiera-gpg.git no +#epel git://github.com/SUNET/puppet-module-epel.git yes +#erlang git://github.com/SUNET/garethr-erlang.git yes +#rabbitmq git://github.com/SUNET/puppetlabs-rabbitmq.git yes +pound git://github.com/SUNET/puppet-pound.git yes +augeas git://github.com/SUNET/puppet-augeas.git yes |