diff options
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/manifests/init.pp | 7 |
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 {} |