end
describe file('/etc/apt/preferences') do
- it { should be_file }
- it 'is managed by Puppet' do
- shell("grep 'Explanation' /etc/apt/preferences", {:acceptable_exit_codes => 0})
- end
+ it { should_not be_file }
end
end
end
--- /dev/null
+HOSTS:
+ debian-73-x64:
+ roles:
+ - master
+ platform: debian-7-amd64
+ box : debian-73-x64-virtualbox-nocm
+ box_url : http://puppet-vagrant-boxes.puppetlabs.com/debian-73-x64-virtualbox-nocm.box
+ hypervisor : vagrant
+CONFIG:
+ log_level: debug
+ type: git
\ No newline at end of file