Skip to content
Snippets Groups Projects
Commit 8da80fc6 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Try to get server to not restart.

parent 2e21195a
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ class irc_bouncer { ...@@ -7,6 +7,6 @@ class irc_bouncer {
service { 'znc': service { 'znc':
ensure => running, ensure => running,
enable => true, enable => true,
subscribe => [ Class['::irc_bouncer::setup'], ], # subscribe => [ Class['::irc_bouncer::setup'], ],
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment