Fixed some puppet-lint errors.

This commit is contained in:
Timo Mkinen 2012-07-04 02:08:35 +03:00
parent 6f9851ee4b
commit 419021fb2e
3 changed files with 4 additions and 5 deletions

View file

@ -7,7 +7,7 @@ class emacs {
ensure => installed,
}
if $puppetversion =~ /^2\./ {
if $::puppetversion =~ /^2\./ {
Package["emacs"] {
flavor => "no_x11",
}