summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/fixtures/.gitignore1
-rw-r--r--spec/fixtures/manifests/site.pp3
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/.gitignore b/spec/fixtures/.gitignore
index d6b7ef3..a4e73f9 100644
--- a/spec/fixtures/.gitignore
+++ b/spec/fixtures/.gitignore
@@ -1,2 +1,3 @@
*
+!manifests/site.pp
!.gitignore
diff --git a/spec/fixtures/manifests/site.pp b/spec/fixtures/manifests/site.pp
new file mode 100644
index 0000000..56d4561
--- /dev/null
+++ b/spec/fixtures/manifests/site.pp
@@ -0,0 +1,3 @@
+node default {
+ include ::rsyslog
+}