Skip to content

Commit

Permalink
Merge pull request theforeman#64 from chrisdaish/master
Browse files Browse the repository at this point in the history
Changed dhcpd.conf File dependency to Concat.
  • Loading branch information
tphoney committed Jul 17, 2015
2 parents b72c4be + 2d0a3b2 commit dec909c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
ensure => $service_ensure,
enable => true,
hasstatus => true,
subscribe => [Concat["${dhcp_dir}/dhcpd.pools"], Concat["${dhcp_dir}/dhcpd.hosts"], File["${dhcp_dir}/dhcpd.conf"]],
subscribe => [Concat["${dhcp_dir}/dhcpd.pools"], Concat["${dhcp_dir}/dhcpd.hosts"], Concat["${dhcp_dir}/dhcpd.conf"]],
require => Package[$packagename],
}
}

0 comments on commit dec909c

Please sign in to comment.