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.
1 parent bd1a676 commit c824dc1Copy full SHA for c824dc1
controls/nginx_spec.rb
@@ -96,7 +96,7 @@
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')
99
-nginx_parsed_config = command('nginx -T').stdout
+nginx_parsed_config = attribute('nginx_parsed_config', value: command('nginx -T').stdout, description: 'Default nginx test command')
100
101
options = {
102
assignment_regex: /^\s*([^:]*?)\s*\ \s*(.*?)\s*;$/
0 commit comments