diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-09-24 01:35:59 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-09-24 01:35:59 +0100 |
commit | b160308cc3ccd5e53486e89fff922b55b4cdb3a4 (patch) | |
tree | a81adf1b61e4f575a4ec63679846ce48a19121ff /manifests | |
parent | 8cb702d0b5fe99c60c9a52ffbc254f7b7dcd6311 (diff) | |
download | puppet-b160308cc3ccd5e53486e89fff922b55b4cdb3a4.tar puppet-b160308cc3ccd5e53486e89fff922b55b4cdb3a4.tar.gz puppet-b160308cc3ccd5e53486e89fff922b55b4cdb3a4.tar.bz2 puppet-b160308cc3ccd5e53486e89fff922b55b4cdb3a4.tar.xz puppet-b160308cc3ccd5e53486e89fff922b55b4cdb3a4.zip |
Fix typo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes_ip.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 6bf4521c..d0751141 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -12,7 +12,7 @@ $nodes_ipaddr = { neru => { ipv4 => '163.172.148.228', ipv6 => '2001:bc8:4400:2800::4115', - } + }, alamut => { ipv4 => '212.85.158.146', ipv6 => '2a02:2178:2:7::2', |