Skip to content
Snippets Groups Projects
Commit e2c4277b authored by Hans Persson's avatar Hans Persson
Browse files

Lint: Ensure should be the first parameter.

parent 03f54f3a
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class syslog-service__::centos
}
service {
'rsyslog':
enable => true, ensure => $running,
ensure => $running, enable => true,
hasstatus => true, hasrestart => true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment