Skip to content

Commit

Permalink
we're only testing samba server at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjahn committed Apr 13, 2015
1 parent 40e085d commit 835fa7a
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions tests/init.pp
Original file line number Diff line number Diff line change
@@ -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': }

0 comments on commit 835fa7a

Please sign in to comment.