Skip to content
Snippets Groups Projects
Commit 70d6c690 authored by Nathan Ward's avatar Nathan Ward
Browse files

Add commented out warning thing

parent 60776231
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment