summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/hosts.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-31 11:09:20 +0100
committervarac <varacanero@zeromail.org>2013-01-31 11:13:40 +0100
commitab9a292f41139c5c5e36de87e03236e29dd27e23 (patch)
tree14d59fd095a2e1c3a258371936d80e0109955378 /puppet/modules/site_config/manifests/hosts.pp
parent09649211f3c4b9ffd08af15deabe5916cf78df72 (diff)
puppet tags: site_config::default and site_config::slow
Diffstat (limited to 'puppet/modules/site_config/manifests/hosts.pp')
-rw-r--r--puppet/modules/site_config/manifests/hosts.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/hosts.pp b/puppet/modules/site_config/manifests/hosts.pp
index a5f1b105..6c00f3b6 100644
--- a/puppet/modules/site_config/manifests/hosts.pp
+++ b/puppet/modules/site_config/manifests/hosts.pp
@@ -3,7 +3,7 @@ class site_config::hosts() {
$hosts = hiera('hosts','')
$hostname = hiera('name')
- $domain_public = $site_config::domain_hash['full_suffix']
+ $domain_public = $site_config::default::domain_hash['full_suffix']
file { "/etc/hostname":
ensure => present,