aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystems/hosts.pp6
1 files 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":