From 402dad753dccc7f3094ed0cb8f02806835ab5c92 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Sep 2010 11:10:22 -0300 Subject: Minor changes --- manifests/subsystems/hosts.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/subsystems/hosts.pp b/manifests/subsystems/hosts.pp index afa8854..00990f4 100644 --- a/manifests/subsystems/hosts.pp +++ b/manifests/subsystems/hosts.pp @@ -1,8 +1,8 @@ class hosts { host { "$hostname": - ensure => present, - ip => "$ipaddress", - host_aliases => [ "$fqdn" ], + ensure => present, + ip => "$ipaddress", + host_aliases => [ "$fqdn" ], } host { "localhost": -- cgit v1.2.3