Fixed some puppet-lint errors.
This commit is contained in:
parent
6f9851ee4b
commit
419021fb2e
3 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@ class emacs {
|
|||
ensure => installed,
|
||||
}
|
||||
|
||||
if $puppetversion =~ /^2\./ {
|
||||
if $::puppetversion =~ /^2\./ {
|
||||
Package["emacs"] {
|
||||
flavor => "no_x11",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue