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

@ -221,7 +221,7 @@ class bacula::director($password=undef,
selinux::manage_fcontext { "${datadir}(/.*)?":
type => "var_spool_t",
before => File[$datadir],
}
}
if $datadir != "/srv/bacula" {
file { "/srv/bacula":
ensure => link,
@ -421,7 +421,7 @@ class bacula::storage($password = undef) {
# device => "/dev/nst0",
# media => "LTO3",
# }
#
#
define bacula::device($device, $media) {
include bacula::storage