diff options
-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 {} |