Lint fixes
This commit is contained in:
parent
96fb1bacbc
commit
f70c8572a5
18 changed files with 71 additions and 43 deletions
|
@ -7,7 +7,7 @@ class svn {
|
|||
}
|
||||
|
||||
file { "/etc/subversion/servers":
|
||||
ensure => $http_proxy ? {
|
||||
ensure => $::http_proxy ? {
|
||||
"" => absent,
|
||||
default => present,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue