Clean tabs and trailing whitespace from manifests

This commit is contained in:
Ossi Salmi 2013-08-03 00:10:27 +03:00
parent ebde843cc6
commit bfb661b0e1
6 changed files with 16 additions and 14 deletions

View file

@ -347,7 +347,7 @@ class puppet::server::common inherits puppet::client {
require => Package["puppetmaster"],
}
selinux::manage_fcontext { "/srv/puppet(/.*)?":
type => $seltype,
type => $seltype,
before => File["/srv/puppet"],
}
}