Skip to content

Commit

Permalink
Also set ipaddress_lo
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Mar 17, 2018
1 parent e07e0f8 commit e72f2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
add_custom_fact :puppet_environmentpath, '/etc/puppetlabs/code/environments' # puppetlabs-stdlib
add_custom_fact :root_home, '/root' # puppetlabs-stdlib
add_custom_fact :ipaddress, '192.0.2.100' # facter
add_custom_fact :ipaddress_lo, '127.0.0.1' # facter

# Workaround for no method in rspec-puppet to pass undef through :params
class Undef
Expand Down

0 comments on commit e72f2a9

Please sign in to comment.