aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/swift-storage-puppet.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-06-15 18:26:03 +0200
committerGiulio Fidente <gfidente@redhat.com>2015-06-15 18:26:03 +0200
commit1a04849fe81d671843e53a231211e2f773a275ae (patch)
treeb6489b740c5579e5bd5a3d53c321684cfbae8c7b /puppet/swift-storage-puppet.yaml
parent5033fd06894c3ac9ff99a82cb74020868da42306 (diff)
Add $hostname.localdomain alias to /etc/hosts
We want to make sure to be able to resolve the default domain suffix (.localdomain) appended when no domain option is passed by the dhcp server. Change-Id: I33111e91b502f57da442e5745de2217bd6d2d882
Diffstat (limited to 'puppet/swift-storage-puppet.yaml')
-rw-r--r--puppet/swift-storage-puppet.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/swift-storage-puppet.yaml b/puppet/swift-storage-puppet.yaml
index 2268f41f..92d551ab 100644
--- a/puppet/swift-storage-puppet.yaml
+++ b/puppet/swift-storage-puppet.yaml
@@ -173,7 +173,7 @@ outputs:
hosts_entry:
value:
str_replace:
- template: "IP HOST"
+ template: "IP HOST.localdomain HOST"
params:
IP: {get_attr: [SwiftStorage, networks, ctlplane, 0]}
HOST: {get_attr: [SwiftStorage, name]}