Skip to content

Commit

Permalink
Merge pull request #171 from danyel2014/master
Browse files Browse the repository at this point in the history
Fix notification target
  • Loading branch information
alexjfisher authored Nov 29, 2017
2 parents 258c550 + afa0c1d commit 3c8267b
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 @@ -183,7 +183,7 @@
owner => 'root',
group => 'root',
mode => '0644',
notify => Service[$servicename],
notify => $service_notify_real,
content => template('dhcp/dhcpd.service'),
}
} else {
Expand Down

0 comments on commit 3c8267b

Please sign in to comment.