Fixing puppet-lint errors.
This commit is contained in:
parent
2f83cb7d4a
commit
34c36045fa
59 changed files with 995 additions and 990 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue