Showing with 4 additions and 4 deletions.
  1. +1 −1 Modulefile
  2. +2 −2 manifests/init.pp
  3. +1 −1 metadata.json
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'ghoneycutt-hosts'
version '2.2.1'
version '2.2.2'
source 'git://github.com/ghoneycutt/puppet-module-hosts.git'
author 'ghoneycutt'
license 'Apache-2.0'
Expand Down
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
$fqdn_ip = $::ipaddress
} else {
$fqdn_ensure = 'absent'
$my_fqdn_host_aliases = ''
$fqdn_ip = ''
$my_fqdn_host_aliases = []
$fqdn_ip = $::ipaddress
}

Host {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghoneycutt-hosts",
"version": "2.2.1",
"version": "2.2.2",
"author": "ghoneycutt",
"summary": "Manages host entries",
"license": "Apache-2.0",
Expand Down