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 eb33279 commit 3f27be1Copy full SHA for 3f27be1
manifests/unicorn.pp
@@ -4,7 +4,7 @@
4
class puppet::unicorn () {
5
include nginx
6
# install unicorn
7
- package {'ruby-libs':
+ package {'ruby-devel':
8
ensure => 'latest',
9
} ->
10
package {['unicorn', 'rack']:
0 commit comments