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