We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7850cf4 + 2786100 commit 2ac3049Copy full SHA for 2ac3049
controls/nginx_spec.rb
@@ -92,7 +92,7 @@
92
end
93
94
# determine all required paths
95
-nginx_path = '/etc/nginx'
+nginx_path = attribute('nginx_path', value: '/etc/nginx', description: 'Default nginx configurations path')
96
nginx_conf = File.join(nginx_path, 'nginx.conf')
97
nginx_confd = File.join(nginx_path, 'conf.d')
98
nginx_enabled = File.join(nginx_path, 'sites-enabled')
0 commit comments