aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/manifests/init.pp
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2016-01-22 12:03:55 -0500
committerAdam Jahn <ajjahn@gmail.com>2016-01-22 12:03:55 -0500
commit6b84cf51c863034c2dbba12f380bf8e82a529abb (patch)
tree17641909f729f4980bc5ff10f241f032f98dfa4f /spec/fixtures/manifests/init.pp
parent6d835c44da343f84472f1da2627b350da173050e (diff)
parent9d63c7be3fa57e4af93c787f8b740658ec14f1f6 (diff)
downloadpuppet-samba-6b84cf51c863034c2dbba12f380bf8e82a529abb.tar.gz
puppet-samba-6b84cf51c863034c2dbba12f380bf8e82a529abb.tar.bz2
Merge pull request #49 from alexjfisher/remove_add_check_user_scripts
Remove add/check user scripts
Diffstat (limited to 'spec/fixtures/manifests/init.pp')
-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 {}