diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-11-27 14:33:09 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-11-27 14:33:09 +0100 |
commit | 6f53a3ba20a2a025ccfb2c626b3497473024aa85 (patch) | |
tree | 0d983e92d506ab37e4bd297a72a4965c61440ca6 /global/overlay | |
parent | 39a98f1ef761cf9d0f29b5ac45185df14d14db7b (diff) |
fix sunet-cdrsunet-ops-2013-11-27-v11
Diffstat (limited to 'global/overlay')
-rw-r--r-- | global/overlay/etc/puppet/cosmos-rules.yaml | 1 | ||||
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 1131c26..2244c7a 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -3,3 +3,4 @@ # sunet: '^cdr\d+\.sunet\.se$': sunet-cdr: + sunet: diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 23dee55..ee3ab4a 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -198,5 +198,5 @@ class sunet { } class sunet-cdr { - sunet { 'sunet_base': } + } |