Skip to content

Commit

Permalink
fix #549 Fix spec tests of icinga objects
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed May 20, 2019
1 parent cf64641 commit e7be79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defines/objects_spec.rb
Expand Up @@ -39,7 +39,7 @@
case facts[:osfamily]
when 'Debian'
before(:each) do
@icinga2_user = 'nagios'
@icinga2_user = 'root'
@icinga2_group = 'nagios'
end
when 'Windows'
Expand All @@ -49,7 +49,7 @@
end
else
before(:each) do
@icinga2_user = 'icinga'
@icinga2_user = 'root'
@icinga2_group = 'icinga'
end
end
Expand Down

0 comments on commit e7be79d

Please sign in to comment.