Clean tabs and trailing whitespace from manifests
This commit is contained in:
parent
ebde843cc6
commit
bfb661b0e1
6 changed files with 16 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue