removed parameter for sg install

This commit is contained in:
root 2016-11-10 10:32:15 +01:00
parent e596879cd3
commit 3ce49524ea
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ class dynatrace::security_gateway {
} ->
exec { 'install_security_gateway':
command => "/bin/sh ${file} APP_LOG_CONTENT_ACCESS=1",
command => "/bin/sh ${file}",
path => $::path
}
}

View File

@ -13,7 +13,7 @@
- hosts
parameters:
strategy:
type: one-by-one
type: one_by_one
- id: dynatrace-agent
role: [dynatrace-agent]