aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAlexander Fisher <alex@linfratech.co.uk>2016-01-22 15:28:44 +0000
committerAlexander Fisher <alex@linfratech.co.uk>2016-01-22 15:28:44 +0000
commit037949461d7b064adc0b041207bc026cdabf8a27 (patch)
tree3b689280b33cb1c50107ea2784901ada9237ac31 /spec
parent35d2164f9a59065cbbbfbdd730966af83b65c3e2 (diff)
downloadpuppet-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.pp5
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 {}