Fixing puppet-lint errors.

This commit is contained in:
Timo Mkinen 2012-03-27 14:41:39 +03:00
parent 2f83cb7d4a
commit 34c36045fa
59 changed files with 995 additions and 990 deletions

View file

@ -41,7 +41,7 @@ class avahi::daemon {
},
require => Package["avahi"],
}
}
@ -84,7 +84,7 @@ class avahi::disabled {
define avahi::service($port = "AUTO", $description = "%h", $ensure = "present", $txt = []) {
$filename = regsubst($name, '^_([^.]+)\._.*', '\1.service')
if $port == "AUTO" {
$realport = avahi_service_port($name)
} else {