diff options
author | Alexander Fisher <alex@linfratech.co.uk> | 2016-01-22 15:28:44 +0000 |
---|---|---|
committer | Alexander Fisher <alex@linfratech.co.uk> | 2016-01-22 15:28:44 +0000 |
commit | 037949461d7b064adc0b041207bc026cdabf8a27 (patch) | |
tree | 3b689280b33cb1c50107ea2784901ada9237ac31 /spec | |
parent | 35d2164f9a59065cbbbfbdd730966af83b65c3e2 (diff) | |
download | puppet-samba-037949461d7b064adc0b041207bc026cdabf8a27.tar.gz puppet-samba-037949461d7b064adc0b041207bc026cdabf8a27.tar.bz2 |
Remove spec/fixtures/manifests/init.pp
Diffstat (limited to 'spec')
-rw-r--r-- | spec/fixtures/manifests/init.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/fixtures/manifests/init.pp b/spec/fixtures/manifests/init.pp deleted file mode 100644 index 94005cd..0000000 --- a/spec/fixtures/manifests/init.pp +++ /dev/null @@ -1,5 +0,0 @@ -node 'testhost.example.com' { - include samba::server -} - -node default {} |