summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMathieu Bornoz <mathieu.bornoz@camptocamp.com>2013-04-29 15:50:05 +0200
committerMathieu Bornoz <mathieu.bornoz@camptocamp.com>2013-04-29 15:50:05 +0200
commit05233e0d6796003e2bb90e1f569132776e407d35 (patch)
treeb9fac749f983334c3151bb802960a3eed1c392ca /spec
parentd3570df70357d03418c057b9d93e693bb0cd80d5 (diff)
added a default site.pp (require to test defined type) + adapt. .gitignore
Diffstat (limited to 'spec')
-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
+}