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
|
||||
|
|
|
@ -17,7 +17,7 @@ class cyrus {
|
|||
}
|
||||
}
|
||||
|
||||
include ssl
|
||||
include ssl
|
||||
|
||||
if !$cyrus_key {
|
||||
$postfix_key = "${puppet_ssldir}/private_keys/${homename}.pem"
|
||||
|
@ -32,10 +32,11 @@ class cyrus {
|
|||
}
|
||||
|
||||
package { [
|
||||
"cyrus-imapd-2.4",
|
||||
"cyrus-clients-2.4",
|
||||
"cyrus-admin-2.4",
|
||||
"cyrus-doc-2.4", ]:
|
||||
"cyrus-imapd-2.4",
|
||||
"cyrus-clients-2.4",
|
||||
"cyrus-admin-2.4",
|
||||
"cyrus-doc-2.4",
|
||||
]:
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
|
@ -62,7 +63,7 @@ class cyrus {
|
|||
group => "mail",
|
||||
notify => Service["cyrus-imapd"],
|
||||
}
|
||||
|
||||
|
||||
exec { "usermod-cyrus-ssl-cert":
|
||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
command => "usermod -a -G ssl-cert cyrus",
|
||||
|
@ -112,4 +113,5 @@ class cyrus {
|
|||
owner => "cyrus",
|
||||
group => "mail",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Install FlexLM license tools
|
||||
#
|
||||
#
|
||||
class flexlm::client {
|
||||
|
||||
if $::kernel == "Linux" {
|
||||
|
@ -29,7 +29,7 @@ class flexlm::client {
|
|||
"/usr/local/bin/lmstat",
|
||||
"/usr/local/bin/lmswitch",
|
||||
"/usr/local/bin/lmver",
|
||||
]:
|
||||
]:
|
||||
ensure => link,
|
||||
target => "lmutil",
|
||||
owner => "root",
|
||||
|
|
|
@ -336,7 +336,7 @@ class nagios::target::nrpe inherits nagios::target {
|
|||
# default => "nagios-plugins-disk",
|
||||
# }
|
||||
# }
|
||||
#
|
||||
#
|
||||
define nagios::target::nrpe::service($source=undef,
|
||||
$description=undef,
|
||||
$package=undef) {
|
||||
|
|
|
@ -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"],
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@ class samba::server::configs {
|
|||
# Server description. Defaults to "Samba Server Version %v".
|
||||
# $interfaces:
|
||||
# Array of intefaces samba should listen to. See "interfaces" option
|
||||
# from smb.conf manual page for syntax. Localhost interface is
|
||||
# from smb.conf manual page for syntax. Localhost interface is
|
||||
# added automatically. Defaults to all active interfaces.
|
||||
# $names:
|
||||
# Array of NetBIOS names that host will be advertised. Defaults to
|
||||
|
|
Loading…
Add table
Reference in a new issue