diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-01 23:59:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-01 23:59:54 +0000 |
commit | 0a15d4f64a118411aed385cd614589d39580cdb9 (patch) | |
tree | 21809521ce500cd2583d7f5a3b52f4b02cf1926d /packer | |
parent | 09a0fe95124a91e387471ab758dfa5e7e77f783f (diff) | |
parent | 5d32ad6e0d04b5f8a30969ed299950113231badb (diff) |
Merge "Install npm in all instances"
Diffstat (limited to 'packer')
-rw-r--r-- | packer/provision/baseline.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packer/provision/baseline.sh b/packer/provision/baseline.sh index d97f0e2ed..cae373e60 100644 --- a/packer/provision/baseline.sh +++ b/packer/provision/baseline.sh @@ -52,7 +52,7 @@ rh_systems() { # separate group installs from package installs since a non-existing # group with dnf based systems (F21+) will fail the install if such # a group does not exist - yum install -y unzip xz puppet git git-review perl-XML-XPath wget make + yum install -y unzip xz puppet git git-review perl-XML-XPath wget make npm # All of our systems require Java (because of Jenkins) # Install all versions of the OpenJDK devel but force 1.7.0 to be the @@ -121,7 +121,7 @@ EOF # add in stuff we know we need echo "---> Installing base packages" - apt-get install unzip xz-utils puppet git git-review libxml-xpath-perl make wget + apt-get install -y unzip xz-utils puppet git git-review libxml-xpath-perl make wget npm # install Java 7 echo "---> Configuring OpenJDK" |