diff options
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/artifacts/rsyslog/create.sh')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/tests/artifacts/rsyslog/create.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/artifacts/rsyslog/create.sh b/tosca2heat/tosca-parser/toscaparser/tests/artifacts/rsyslog/create.sh new file mode 100644 index 0000000..affdd6e --- /dev/null +++ b/tosca2heat/tosca-parser/toscaparser/tests/artifacts/rsyslog/create.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# This script installs rsyslog and the library for RELP + +apt-get update +apt-get install -y rsyslog rsyslog-relp |