From 38ae5fd0fbb42604fde53628b9b26ca880bf8a44 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 7 Apr 2015 14:22:22 +0200 Subject: [PATCH] Update spec for role fix --- spec/classes/icingaweb2_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/icingaweb2_spec.rb b/spec/classes/icingaweb2_spec.rb index b7f8449..b276bae 100644 --- a/spec/classes/icingaweb2_spec.rb +++ b/spec/classes/icingaweb2_spec.rb @@ -56,7 +56,7 @@ describe 'icingaweb2', :type => :class do it { should contain_icingaweb2__config__roles('Admins').with( - 'role_name' => /_admin_users_/ + 'role_users' => /_admin_users_/ ) } end