Skip to content

Commit

Permalink
Remove service notification (voxpupuli#193)
Browse files Browse the repository at this point in the history
* This is done at a class level in init.pp
* Do not need to specify individual service
  • Loading branch information
petems committed May 4, 2017
1 parent 3e6a85f commit 9074c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
path => '/usr/bin:/bin',
subscribe => File[$::redis::config_file_orig],
refreshonly => true;
} ~> Service <| title == $::redis::service_name |>
}

# Adjust /etc/default/redis-server on Debian systems
case $::osfamily {
Expand Down

0 comments on commit 9074c75

Please sign in to comment.