We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents facb57a + 04b8060 commit b09d233Copy full SHA for b09d233
manifests/server/service.pp
@@ -8,6 +8,8 @@
8
} else {
9
$service_ensure = 'stopped'
10
}
11
+ } else {
12
+ $service_ensure = undef
13
14
15
if $mysql::server::override_options['mysqld'] and $mysql::server::override_options['mysqld']['user'] {
0 commit comments