summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/hosts.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-31 12:20:49 +0100
committervarac <varacanero@zeromail.org>2013-01-31 12:20:49 +0100
commit5d54af627590acd9606e570fbb1ccb87e1237a76 (patch)
treeb5ee191841fb53911dfe0b8729a2f582dc16332f /puppet/modules/site_config/manifests/hosts.pp
parent09649211f3c4b9ffd08af15deabe5916cf78df72 (diff)
parentdda36946d405301d9123bb455753650920d0756a (diff)
Merge branch 'feature/tags' into develop
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,