diff options
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r-- | manifests/nodo.pp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 5e5436e..1b0b012 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -8,6 +8,7 @@ class nodo { include motd include utils include cron + include hosts # Set timezone and ntp config # @@ -44,12 +45,6 @@ class nodo { content => "$fqdn\n", } - host { "$hostname": - ensure => present, - ip => "$ipaddress", - alias => [ "$fqdn" ], - } - file { "/etc/rc.local": source => "puppet://$server/modules/nodo/etc/rc.local", owner => "root", |