Changed cosmos-modules.conf to reflect the changes in doc
This commit is contained in:
parent
f939c526e6
commit
b2afd3482e
|
@ -5,14 +5,14 @@
|
||||||
# in the Cosmos trust list. That is why all the URLs point to forked
|
# in the Cosmos trust list. That is why all the URLs point to forked
|
||||||
# versions in the SUNET github organization.
|
# versions in the SUNET github organization.
|
||||||
#
|
#
|
||||||
concat git://github.com/SUNET/puppetlabs-concat.git yes sunet-*
|
concat https://github.com/SUNET/puppetlabs-concat.git yes sunet-*
|
||||||
stdlib git://github.com/SUNET/puppetlabs-stdlib.git yes sunet-*
|
stdlib https://github.com/SUNET/puppetlabs-stdlib.git yes sunet-*
|
||||||
cosmos git://github.com/SUNET/puppet-cosmos.git yes sunet-*
|
cosmos https://github.com/SUNET/puppet-cosmos.git yes sunet-*
|
||||||
ufw git://github.com/SUNET/puppet-module-ufw.git yes sunet_dev-*
|
ufw https://github.com/SUNET/puppet-module-ufw.git yes sunet_dev-*
|
||||||
apt git://github.com/SUNET/puppetlabs-apt.git yes sunet_dev-*
|
apt https://github.com/SUNET/puppetlabs-apt.git yes sunet_dev-*
|
||||||
vcsrepo git://github.com/SUNET/puppetlabs-vcsrepo.git yes sunet-*
|
vcsrepo https://github.com/SUNET/puppetlabs-vcsrepo.git yes sunet-*
|
||||||
xinetd git://github.com/SUNET/puppetlabs-xinetd.git yes sunet-*
|
xinetd https://github.com/SUNET/puppetlabs-xinetd.git yes sunet-*
|
||||||
hiera-gpg git://github.com/SUNET/hiera-gpg.git yes sunet-*
|
hiera-gpg https://github.com/SUNET/hiera-gpg.git yes sunet-*
|
||||||
#
|
#
|
||||||
# Alternate sources you might or might not want to use:
|
# Alternate sources you might or might not want to use:
|
||||||
#concat puppetlabs/concat no
|
#concat puppetlabs/concat no
|
||||||
|
@ -21,16 +21,16 @@ hiera-gpg git://github.com/SUNET/hiera-gpg.git yes sunet-*
|
||||||
#apt puppetlabs/apt no
|
#apt puppetlabs/apt no
|
||||||
#vcsrepo puppetlabs/vcsrepo no
|
#vcsrepo puppetlabs/vcsrepo no
|
||||||
#xinetd puppetlabs/xinetd no
|
#xinetd puppetlabs/xinetd no
|
||||||
#cosmos git://github.com/leifj/puppet-cosmos.git yes
|
#cosmos https://github.com/SUNET/puppet-cosmos.git yes
|
||||||
#python git://github.com/SUNET/puppet-python.git yes sunet-*
|
#python https://github.com/SUNET/puppet-python.git yes sunet-*
|
||||||
#erlang git://github.com/SUNET/garethr-erlang.git yes sunet-*
|
#erlang https://github.com/SUNET/garethr-erlang.git yes sunet-*
|
||||||
#rabbitmq git://github.com/SUNET/puppetlabs-rabbitmq.git yes sunet_dev-*
|
#rabbitmq https://github.com/SUNET/puppetlabs-rabbitmq.git yes sunet_dev-*
|
||||||
#pound git://github.com/SUNET/puppet-pound.git yes sunet_dev-*
|
#pound https://github.com/SUNET/puppet-pound.git yes sunet_dev-*
|
||||||
#augeas git://github.com/SUNET/puppet-augeas.git yes sunet-*
|
#augeas https://github.com/SUNET/puppet-augeas.git yes sunet-*
|
||||||
#bastion git://github.com/SUNET/puppet-bastion.git yes sunet-*
|
#bastion https://github.com/SUNET/puppet-bastion.git yes sunet-*
|
||||||
#postgresql git://github.com/SUNET/puppetlabs-postgresql.git yes sunet_dev-*
|
#postgresql https://github.com/SUNET/puppetlabs-postgresql.git yes sunet_dev-*
|
||||||
#munin git://github.com/SUNET/ssm-munin.git yes sunet-*
|
#munin https://github.com/SUNET/ssm-munin.git yes sunet-*
|
||||||
#nagios git://github.com/SUNET/puppet-nagios.git yes sunet-*
|
#nagios https://github.com/SUNET/puppet-nagios.git yes sunet-*
|
||||||
#staging git://github.com/SUNET/puppet-staging.git yes sunet-*
|
#staging https://github.com/SUNET/puppet-staging.git yes sunet-*
|
||||||
#apparmor git://github.com/SUNET/puppet-apparmor.git yes sunet-*
|
#apparmor https://github.com/SUNET/puppet-apparmor.git yes sunet-*
|
||||||
#docker git://github.com/SUNET/garethr-docker.git yes sunet_dev-*
|
#docker https://github.com/SUNET/garethr-docker.git yes sunet_dev-*
|
||||||
|
|
Loading…
Reference in a new issue