diff options
author | Adam Jahn <ajjahn@gmail.com> | 2015-04-11 16:42:26 -0400 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2015-04-11 16:42:26 -0400 |
commit | 109024fd916b67aebf983427bde8b8761a8d2a97 (patch) | |
tree | 520c854fb196a48cbf5c1757546e235e5d9772ef /spec/fixtures/manifests | |
parent | 111bb7e83fd75f5c7e116d4d67e8c0a0eb627b17 (diff) | |
download | puppet-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.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 {} |