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 | |
parent | 35d2164f9a59065cbbbfbdd730966af83b65c3e2 (diff) | |
download | puppet-samba-037949461d7b064adc0b041207bc026cdabf8a27.tar.gz puppet-samba-037949461d7b064adc0b041207bc026cdabf8a27.tar.bz2 |
Remove spec/fixtures/manifests/init.pp
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | spec/fixtures/manifests/init.pp | 5 |
2 files changed, 1 insertions, 5 deletions
@@ -2,3 +2,4 @@ pkg/ log/ Gemfile.lock +spec/fixtures/ 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 {} |