]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Add spec test for msdfs root
authorJohn Hodrien <J.H.Hodrien@leeds.ac.uk>
Tue, 15 Mar 2016 10:25:38 +0000 (10:25 +0000)
committerAdam Jahn <ajjahn@gmail.com>
Sun, 10 Jul 2016 19:00:26 +0000 (15:00 -0400)
spec/acceptance/basic_samba_spec.rb
spec/classes/samba__server_spec.rb

index 8a9e36340290a2b2bfef5ad7a8f5aba911800211..e50cb2a90dea1e3f8470aaf1fb907a96ebba7bc3 100644 (file)
@@ -22,6 +22,7 @@ describe 'basic samba' do
         force_group          => 'group',
         force_user           => 'user',
         hide_dot_files       => false,
+        msdfs_root           => true,
       }
     "}
 
index cbd0a8048f51fba0e0072afd6d3ca0c6a5d35906..37d5aa8f7fd95888fddf33d37cd3b6b309a07919 100644 (file)
@@ -30,6 +30,7 @@ describe 'samba::server' do
             'writable' => true,
             'guest_ok' => true,
             'guest_only' => true,
+            'msdfs_root' => true,
          },
          'testShare2' => {
             'path' => '/some/other/path'
@@ -43,6 +44,7 @@ describe 'samba::server' do
           'writable' => true,
           'guest_ok' => true,
           'guest_only' => true,
+          'msdfs_root' => true,
       })
     }
     it { should contain_samba__server__share( 'testShare2' ).with_path('/some/other/path') }