We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73453e commit eb33279Copy full SHA for eb33279
manifests/unicorn.pp
@@ -4,6 +4,9 @@
4
class puppet::unicorn () {
5
include nginx
6
# install unicorn
7
+ package {'ruby-libs':
8
+ ensure => 'latest',
9
+ } ->
10
package {['unicorn', 'rack']:
11
ensure => 'latest',
12
provider => 'gem',
0 commit comments