Added BDC support scripts to samba module.
This commit is contained in:
parent
2dbaf3f632
commit
13d05c52ac
2 changed files with 62 additions and 0 deletions
|
@ -67,6 +67,23 @@ class samba::server {
|
|||
}
|
||||
|
||||
|
||||
# Install support scripts for Backup Domain Controller
|
||||
#
|
||||
class samba::bdc {
|
||||
|
||||
include samba::server
|
||||
|
||||
file { "/etc/cron.hourly/sync-netlogon.sh":
|
||||
ensure => present,
|
||||
source => "puppet:///samba/sync-netlogon.sh",
|
||||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Join samba server into domain.
|
||||
#
|
||||
# === Global variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue