You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create location nginx config, config file not generate.
in manifests/resource/location.pp use puppetlabs-concat generate config file,
before use concat::fragment need invoke concat {$config_file: ensure => present, }
The text was updated successfully, but these errors were encountered:
example code
`include nginx
nginx::resource::location { 'www.test.com-alias':
ensure => present,
location => '/some/url',
location_alias => '/new/url/',
server => 'www.test.com',
}
`
create location nginx config, config file not generate.
in manifests/resource/location.pp use puppetlabs-concat generate config file,
before use concat::fragment need invoke
concat {$config_file: ensure => present, }
The text was updated successfully, but these errors were encountered: