From 19229fcee52b1843341efcdba5715d246dd77ab8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 18 Apr 2010 15:17:59 -0300 Subject: Adding hosts class --- manifests/nodo.pp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'manifests/nodo.pp') 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", -- cgit v1.2.3