aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/manifests
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-04-11 16:42:26 -0400
committerAdam Jahn <ajjahn@gmail.com>2015-04-11 16:42:26 -0400
commit109024fd916b67aebf983427bde8b8761a8d2a97 (patch)
tree520c854fb196a48cbf5c1757546e235e5d9772ef /spec/fixtures/manifests
parent111bb7e83fd75f5c7e116d4d67e8c0a0eb627b17 (diff)
downloadpuppet-samba-109024fd916b67aebf983427bde8b8761a8d2a97.tar.gz
puppet-samba-109024fd916b67aebf983427bde8b8761a8d2a97.tar.bz2
first set of specs
Diffstat (limited to 'spec/fixtures/manifests')
-rw-r--r--spec/fixtures/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/manifests/init.pp b/spec/fixtures/manifests/init.pp
new file mode 100644
index 0000000..0f64360
--- /dev/null
+++ b/spec/fixtures/manifests/init.pp
@@ -0,0 +1,7 @@
+node 'testhost.example.com' {
+
+ include samba::server
+
+}
+
+node default {}