diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c71ee1d..8a914a4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,3 +1,7 @@ class samba { include samba::server + + if samba::server::security == 'ads' { + include samba::server::ads + } }
\ No newline at end of file |