aboutsummaryrefslogtreecommitdiff
path: root/spec/defines/dhcp_hosts_spec.rb
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-10-20 15:52:29 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-10-20 15:52:29 +0200
commit12ab2c89f7968558a7d39aa6ed0cca3577ea8156 (patch)
treec05841dd5459214b952af915a5d2ec8d2049598b /spec/defines/dhcp_hosts_spec.rb
parentede73fda1f089fba7fd8b519e3d5caa764d608f0 (diff)
downloadpuppet-dhcp-12ab2c89f7968558a7d39aa6ed0cca3577ea8156.tar.gz
puppet-dhcp-12ab2c89f7968558a7d39aa6ed0cca3577ea8156.tar.bz2
Fix missing facts in specs
Diffstat (limited to 'spec/defines/dhcp_hosts_spec.rb')
-rw-r--r--spec/defines/dhcp_hosts_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/defines/dhcp_hosts_spec.rb b/spec/defines/dhcp_hosts_spec.rb
index 8170ed5..693760d 100644
--- a/spec/defines/dhcp_hosts_spec.rb
+++ b/spec/defines/dhcp_hosts_spec.rb
@@ -6,6 +6,8 @@ describe 'dhcp::hosts' do
:operatingsystem => 'Debian',
:osfamily => 'Debian',
:lsbdistcodename => 'squeeze',
+ :id => 'root',
+ :path => '/foo/bar'
} }
context 'when passing wrong value for ensure' do