aboutsummaryrefslogtreecommitdiff
path: root/spec/classes
diff options
context:
space:
mode:
authorAlexander Fisher <alex@linfratech.co.uk>2016-01-22 15:32:28 +0000
committerAlexander Fisher <alex@linfratech.co.uk>2016-01-22 15:38:12 +0000
commit9d63c7be3fa57e4af93c787f8b740658ec14f1f6 (patch)
tree17641909f729f4980bc5ff10f241f032f98dfa4f /spec/classes
parent037949461d7b064adc0b041207bc026cdabf8a27 (diff)
downloadpuppet-samba-9d63c7be3fa57e4af93c787f8b740658ec14f1f6.tar.gz
puppet-samba-9d63c7be3fa57e4af93c787f8b740658ec14f1f6.tar.bz2
Remove check_samba_user and add_samba_user scripts
Call the pdbedit commands directly from samba::server::user instead
Diffstat (limited to 'spec/classes')
-rw-r--r--spec/classes/samba__server_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/classes/samba__server_spec.rb b/spec/classes/samba__server_spec.rb
index 69fa0ec..dbf840a 100644
--- a/spec/classes/samba__server_spec.rb
+++ b/spec/classes/samba__server_spec.rb
@@ -20,7 +20,4 @@ describe 'samba::server' do
it { should contain_samba__server__option('printing') }
it { should contain_samba__server__option('printcap name') }
it { should contain_samba__server__option('disable spoolss') }
-
- it { should contain_file('/sbin/check_samba_user').with_owner('root') }
- it { should contain_file('/sbin/add_samba_user').with_owner('root') }
end