Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
70d6c690
Commit
70d6c690
authored
Feb 08, 2021
by
Nathan Ward
Browse files
Add commented out warning thing
parent
60776231
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/spec_helper_local.rb
View file @
70d6c690
...
...
@@ -40,11 +40,15 @@ end
# Set up a default freeradius instance, so we can test other classes which
# require freeradius to exist first
#
# function warning() allows us to test for warnings being raised, by
# translating it to a notify - though this is not yet working
shared_context
'freeradius_default'
do
let
(
:pre_condition
)
do
[
redhat_params_class
,
'class { freeradius: }'
,
# 'function warning($message) { notify { "warning_test: ${message}": } }'
]
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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