Skip to content

Commit 954c955

Browse files
author
Gavin Rogers
committed
Added gcc (required for kgio>unicorn)
1 parent 3f27be1 commit 954c955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/unicorn.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
class puppet::unicorn () {
55
include nginx
66
# install unicorn
7+
package {'gcc':
8+
ensure => 'latest',
9+
} ->
710
package {'ruby-devel':
811
ensure => 'latest',
912
} ->

0 commit comments

Comments
 (0)