diff options
author | 2015-04-29 20:08:21 +0000 | |
---|---|---|
committer | 2015-04-29 20:08:21 +0000 | |
commit | 8a41ac5d7352c9f88b4930f6af469bc928fb9201 (patch) | |
tree | e1622bb098a209f364baf0cdc98acbe9ea9009af /puppet/controller-puppet.yaml | |
parent | 630fef16a584b130e4aea03b0909ac54ab537ac0 (diff) | |
parent | 04027e783f8aa4d8f1c56c7f2b50ac49ba16194d (diff) |
Merge "Remove hardcoded references to .novalocal in hostnames"
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r-- | puppet/controller-puppet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 4e04eb0e..4cf6ff64 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -858,7 +858,7 @@ outputs: Server's IP address and hostname in the /etc/hosts format value: str_replace: - template: IP HOST HOST.novalocal CLOUDNAME + template: IP HOST CLOUDNAME params: IP: {get_attr: [Controller, networks, ctlplane, 0]} HOST: {get_attr: [Controller, name]} |