diff options
author | Adam Jahn <ajjahn@gmail.com> | 2015-04-13 15:14:00 -0400 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2015-04-13 15:14:00 -0400 |
commit | e47f9cba618d9b1891836b3d9dfa6d7e09f40e49 (patch) | |
tree | c6a0add3777c1b193690ba78079ebf2fde8c1f35 /manifests/server/ads.pp | |
parent | 0169b9ab3c1722a23af563a38ea3165042592f63 (diff) | |
download | puppet-samba-e47f9cba618d9b1891836b3d9dfa6d7e09f40e49.tar.gz puppet-samba-e47f9cba618d9b1891836b3d9dfa6d7e09f40e49.tar.bz2 |
document classes to satisfy linting
Diffstat (limited to 'manifests/server/ads.pp')
-rw-r--r-- | manifests/server/ads.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/server/ads.pp b/manifests/server/ads.pp index 781a6a9..1260fd1 100644 --- a/manifests/server/ads.pp +++ b/manifests/server/ads.pp @@ -1,8 +1,6 @@ +# == Class samba::server::ads # This module join samba server to Active Dirctory # -# Copyright (c) 2013 Lebedev Vadim, abraham1901 at g mail dot c o m -# Licensed under the MIT License, http://opensource.org/licenses/MIT - class samba::server::ads($ensure = present, $winbind_acct = 'admin', $winbind_pass = 'SecretPass', |