diff options
author | varac <varacanero@zeromail.org> | 2013-01-31 11:42:58 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-31 11:42:58 +0100 |
commit | 42aef6df0091f8879d83860efd3c08a6d8e26bdf (patch) | |
tree | 39356752f380f1983b24f31a767c6c5e9f48319b | |
parent | 5addc36a364186d53d13304182d6f41b30f6a890 (diff) |
changed tag default to 'base'
-rw-r--r-- | puppet/modules/site_config/manifests/default.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp index 0605604b..577970ca 100644 --- a/puppet/modules/site_config/manifests/default.pp +++ b/puppet/modules/site_config/manifests/default.pp @@ -1,5 +1,5 @@ class site_config::default { - tag 'default' + tag 'base' $domain_hash = hiera('domain') |