diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 12:08:13 +0200 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 12:08:13 +0200 |
commit | ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc (patch) | |
tree | ceaab5f2569538a85d2303be291d80f704b61e50 /spec/fixtures/manifests/site.pp | |
parent | 49e0718b41881715f03b139468a28a9aadff3c3e (diff) | |
download | puppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.gz puppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.bz2 |
Prepare for rspec tests
Diffstat (limited to 'spec/fixtures/manifests/site.pp')
-rw-r--r-- | spec/fixtures/manifests/site.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/manifests/site.pp b/spec/fixtures/manifests/site.pp new file mode 100644 index 0000000..0380291 --- /dev/null +++ b/spec/fixtures/manifests/site.pp @@ -0,0 +1,6 @@ +# Fake $::concat_basedir fact +$concat_basedir = '/var/lib/puppet/concat' + +# Default node to test defines +node default { +} |