From 835fa7a6e7ff21baee7decf04875b6927e7c2bde Mon Sep 17 00:00:00 2001 From: Adam Jahn Date: Sun, 12 Apr 2015 22:59:26 -0400 Subject: we're only testing samba server at this point --- tests/init.pp | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'tests/init.pp') 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': } -- cgit v1.2.3