diff options
author | Stefan Wold <swold@sunet.se> | 2014-02-05 12:11:33 +0100 |
---|---|---|
committer | Stefan Wold <swold@sunet.se> | 2014-02-05 12:11:33 +0100 |
commit | 39991097b8228432121894221aebc87507700914 (patch) | |
tree | 35bbfd568e4b37e647357f54985143766d77896c /global/overlay/etc/puppet/manifests/cosmos-site.pp | |
parent | 6e07cba5a9fcfb7a33c01b136ef0328990d4c1d2 (diff) |
Fix typosunet-ops-2014-02-05-v02
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 26411d0..d5067c5 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -232,7 +232,7 @@ class sunet-dhcp-hosts { dhcp::host { 'dash-fre-1': mac => "52:54:00:a2:00:a7", ip => "194.68.13.167" } - dhcp::host { 'userdb-fre-1': mac => "'52:54:00:17:13:f6", ip => "194.68.13.164" } + dhcp::host { 'userdb-fre-1': mac => "52:54:00:17:13:f6", ip => "194.68.13.164" } } |