Skip to content

Commit

Permalink
Debugging facts
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Oct 20, 2023
1 parent 31aed7a commit 30041df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/nginx_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class { 'nginx':
host { 'www.puppetlabs.com': ip => '127.0.0.1', }
file { ['/var/www','/var/www/www.puppetlabs.com']: ensure => directory }
file { '/var/www/www.puppetlabs.com/index.html': ensure => file, content => 'Hello from www\n', }
notice(${facts['nginx_version']})
"

apply_manifest(pp, catch_failures: true)
Expand Down

0 comments on commit 30041df

Please sign in to comment.