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

@ -171,7 +171,7 @@ class wiki::collab::base {
}
if $wiki_datadir {
file { "${wiki_datadir}":
file { $wiki_datadir:
ensure => directory,
mode => 0755,
owner => root,
@ -180,8 +180,8 @@ class wiki::collab::base {
file { "/srv/wikis":
ensure => link,
target => "${wiki_datadir}",
require => File["${wiki_datadir}"],
target => $wiki_datadir,
require => File[$wiki_datadir],
}
} else {
file { "/srv/wikis":