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

Lint: Refer to top-level variables by complete scope.

parent af0350ea
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class syslog::service__::centos
}
service {
'rsyslog':
ensure => $running, enable => true,
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