We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fc23b commit 889e3e8Copy full SHA for 889e3e8
spec/classes/pureftpd_spec.rb
@@ -88,7 +88,7 @@
88
should include_class('pureftpd::service')
89
should contain_package('pure-ftpd').with_ensure('present')
90
should_not contain_package('pure-ftpd-selinux')
91
- should contain_file('/etc/pure-ftpd/pure-ftpd.conf').with_ensure('file')
+ should contain_file('/etc/pure-ftpd/pure-ftpd.conf').with_ensure('file')\
92
.with_content(<<-END.gsub(/^\s+/, ""))
93
IPV4Only No
94
Daemonize Yes
0 commit comments