diff options
author | Adam Jahn <ajjahn@gmail.com> | 2015-04-12 22:59:26 -0400 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2015-04-12 22:59:26 -0400 |
commit | 835fa7a6e7ff21baee7decf04875b6927e7c2bde (patch) | |
tree | 9cc3bd0218ae05da6ee60b7200c977fc3cb1e89e /tests | |
parent | 40e085df33b16568490c3b7ee893f8abce10abf1 (diff) | |
download | puppet-samba-835fa7a6e7ff21baee7decf04875b6927e7c2bde.tar.gz puppet-samba-835fa7a6e7ff21baee7decf04875b6927e7c2bde.tar.bz2 |
we're only testing samba server at this point
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.pp | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/tests/init.pp b/tests/init.pp index edbe663..e1dd99d 100644 --- a/tests/init.pp +++ b/tests/init.pp @@ -1,25 +1,3 @@ # Smoketest. -class {'samba::server': - workgroup => 'example', - server_string => "Example Samba Server", - interfaces => "eth0 lo", - security => 'share' - } - -samba::server::share {'example-share': - comment => 'Example Share', - path => '/path/to/share', - guest_only => true, - guest_ok => true, - guest_account => "guest", - browsable => false, - create_mask => 0777, - force_create_mask => 0777, - directory_mask => 0777, - force_directory_mask => 0777, - force_group => 'group', - force_user => 'user', - copy => 'some-other-share', -} - +class {'samba::server': } |