]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Remove spec/fixtures/manifests/init.pp
authorAlexander Fisher <alex@linfratech.co.uk>
Fri, 22 Jan 2016 15:28:44 +0000 (15:28 +0000)
committerAlexander Fisher <alex@linfratech.co.uk>
Fri, 22 Jan 2016 15:28:44 +0000 (15:28 +0000)
.gitignore
spec/fixtures/manifests/init.pp [deleted file]

index 5d05a71e25ed7ea3401dbfe3070086fb98c62dd9..7ff6674608be9e93106face7f841c00a6937cc81 100644 (file)
@@ -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 (file)
index 94005cd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-node 'testhost.example.com' {
-  include samba::server
-}
-
-node default {}