diff options
author | varac <varacanero@zeromail.org> | 2013-01-31 19:09:19 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-31 19:09:19 +0100 |
commit | e6fe80f9460b8bc013068e1dda8be6230b8d60a4 (patch) | |
tree | dca69ab0a423146d4a13db9fda4afe691ccb5f42 /puppet/modules/site_config/manifests | |
parent | 2585f661c55c3615eb95f660c101af70e9fd04e9 (diff) |
tag 'base' is a bad idea because it invokes apache::base as well
Diffstat (limited to 'puppet/modules/site_config/manifests')
-rw-r--r-- | puppet/modules/site_config/manifests/default.pp | 2 | ||||
-rw-r--r-- | puppet/modules/site_config/manifests/slow.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp index 699eb4dd..14b389e8 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 'base' + tag 'leap_base' $domain_hash = hiera('domain') diff --git a/puppet/modules/site_config/manifests/slow.pp b/puppet/modules/site_config/manifests/slow.pp index a4a9f19f..18b22a9c 100644 --- a/puppet/modules/site_config/manifests/slow.pp +++ b/puppet/modules/site_config/manifests/slow.pp @@ -1,5 +1,5 @@ class site_config::slow { - + tag 'leap_slow' class { 'site_apt::dist_upgrade': stage => initial, } |