Added ruby::rubygems
This commit is contained in:
parent
223acd61a8
commit
77d23db4b2
1 changed files with 11 additions and 0 deletions
11
ruby/manifests/init.pp
Normal file
11
ruby/manifests/init.pp
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Install rubygems.
|
||||||
|
#
|
||||||
|
class ruby::rubygems {
|
||||||
|
|
||||||
|
tag("bootstrap")
|
||||||
|
|
||||||
|
package { "rubygems":
|
||||||
|
ensure => installed,
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue