Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
efce0817
Commit
efce0817
authored
Nov 09, 2015
by
Tim Smith
Browse files
Test relp so we don't break break it again
parent
612ec1db
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/integration/relp/serverspec/relp_spec.rb
View file @
efce0817
...
...
@@ -7,3 +7,7 @@ end
describe
package
(
'rsyslog-relp'
)
do
it
{
should
be_installed
}
end
describe
file
(
'/etc/rsyslog.d/49-remote.conf'
)
do
its
(
:content
)
{
should
match
/'*.* :omrelp:10.0.0.45:20514\n'*.* :omrelp:10.1.1.33:20514;RSYSLOG_SyslogProtocol23Format/
}
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment