Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
chef-datadog
Commits
0979fc2f
Unverified
Commit
0979fc2f
authored
Feb 18, 2021
by
Albert Vaca Cintora
Committed by
GitHub
Feb 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not allow passing NPM=false (#781)
It's not supported by the installer. Do not passe anything instead.
parent
0a7a4d71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
recipes/_install-windows.rb
recipes/_install-windows.rb
+1
-1
No files found.
recipes/_install-windows.rb
View file @
0979fc2f
...
...
@@ -105,7 +105,7 @@ else
install_options
.
concat
(
' DDAGENTUSER_NAME=%DDAGENTUSER_NAME%'
)
if
ddagentuser_name
install_options
.
concat
(
' DDAGENTUSER_PASSWORD=%DDAGENTUSER_PASSWORD%'
)
if
ddagentuser_password
install_options
.
concat
(
" NPM=
#{
dd_agent_install_npm
}
"
)
unless
dd_agent_install_npm
.
nil?
install_options
.
concat
(
" NPM=
#{
dd_agent_install_npm
}
"
)
if
dd_agent_install_npm
end
package
'Datadog Agent removal'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment