Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #252 from sleitner/master
Browse files Browse the repository at this point in the history
Update nss so that dependencies can be retrieved
  • Loading branch information
sleitner committed Sep 22, 2016
2 parents 976f1a0 + 33c7870 commit 9a739e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/manifests/vagrant.pp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
require => Exec["install leiningen"],
}

package{"nss":
ensure => "latest",
}

exec { 'install bower':
timeout => 1800,
command => "/usr/bin/npm install -g bower",
Expand Down

0 comments on commit 9a739e3

Please sign in to comment.