Added support for Fedora in samba::server.
This commit is contained in:
parent
6b9e0118c3
commit
17a3381e82
1 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,16 @@ class samba::server {
|
|||
subscribe => File["/etc/samba/smb.conf"],
|
||||
}
|
||||
}
|
||||
fedora: {
|
||||
service { [ "smb", "nmb" ]:
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
hasrestart => true,
|
||||
require => File["/etc/samba/smb.conf"],
|
||||
subscribe => File["/etc/samba/smb.conf"],
|
||||
}
|
||||
}
|
||||
default: {
|
||||
service { "smb":
|
||||
ensure => running,
|
||||
|
|
Loading…
Add table
Reference in a new issue