Skip to content

Commit

Permalink
Merge pull request #557 from alexjfisher/fix_tests
Browse files Browse the repository at this point in the history
Fix tests by adding missing `operatingsystem` fact
  • Loading branch information
bastelfreak authored Oct 31, 2018
2 parents 87d6527 + baf0683 commit a51896b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/defines/startup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
{
path: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin',
osfamily: osfamily,
operatingsystem: osfamily,
systemd: systemd_fact_state,
os: { family: osfamily }
}
Expand Down

0 comments on commit a51896b

Please sign in to comment.