diff options
author | Leif Johansson <leifj@sunet.se> | 2013-09-02 16:04:35 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2013-09-02 16:04:35 +0200 |
commit | a50d80367bbefb698ce2aad9aa0c6e3eb7b6361a (patch) | |
tree | 452cb1d0a685a38729c55a47171d7b814b900898 | |
parent | 7515782eb503152dfc3e84fee1260fb10d560df9 (diff) |
add cosmos module to puppet install list
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | global/overlay/etc/puppet/cosmos-modules.conf | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -12,8 +12,10 @@ Initial setup: git remote add origin git@//yourhost/myproj-cosmos.git git remote add ro git://yourhost/myproj-cosmos.git + + - add at least one PGP key in a file matching the glob "global/overlay/etc/cosmos/keys/*.pub" - - add stuff... + - add hosts/puppet-modules etc etc ... make bump diff --git a/global/overlay/etc/puppet/cosmos-modules.conf b/global/overlay/etc/puppet/cosmos-modules.conf index d8ad043..ea69171 100644 --- a/global/overlay/etc/puppet/cosmos-modules.conf +++ b/global/overlay/etc/puppet/cosmos-modules.conf @@ -3,6 +3,7 @@ # concat puppetlabs/concat no stdlib puppetlabs/stdlib no +cosmos git://github.com/leifj/puppet-cosmos.git yes ufw attachmentgenie/ufw no apt puppetlabs/apt no vcsrepo puppetlabs/vcsrepo no |