]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
we're only testing samba server at this point
authorAdam Jahn <ajjahn@gmail.com>
Mon, 13 Apr 2015 02:59:26 +0000 (22:59 -0400)
committerAdam Jahn <ajjahn@gmail.com>
Mon, 13 Apr 2015 02:59:26 +0000 (22:59 -0400)
tests/init.pp

index edbe663635bf6bc293d07aec07b96555bb912879..e1dd99da27c7e15a9258150d43ae7b610c2a1a78 100644 (file)
@@ -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': }