projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2016ec2
)
fixing includes
author
mh
<mh@immerda.ch>
Sat, 31 Oct 2009 15:34:08 +0000
(16:34 +0100)
committer
mh
<mh@immerda.ch>
Sat, 31 Oct 2009 15:34:08 +0000
(16:34 +0100)
manifests/activerecord.pp
patch
|
blob
|
history
manifests/bcrypt.pp
patch
|
blob
|
history
manifests/camping.pp
patch
|
blob
|
history
manifests/devel.pp
patch
|
blob
|
history
manifests/highline.pp
patch
|
blob
|
history
manifests/markaby.pp
patch
|
blob
|
history
manifests/rack.pp
patch
|
blob
|
history
diff --git
a/manifests/activerecord.pp
b/manifests/activerecord.pp
index
2ccd5ea
..
35f4738
100644
(file)
--- a/
manifests/activerecord.pp
+++ b/
manifests/activerecord.pp
@@
-1,5
+1,5
@@
class rubygems::activerecord {
- include rubygems
+ include
::
rubygems
package{'activerecord':
ensure => present,
provider => gem,
diff --git
a/manifests/bcrypt.pp
b/manifests/bcrypt.pp
index
294211d
..
052aae5
100644
(file)
--- a/
manifests/bcrypt.pp
+++ b/
manifests/bcrypt.pp
@@
-1,5
+1,5
@@
class rubygems::bcrypt {
- include rubygems
+ include
::
rubygems
package{'bcrypt-ruby':
ensure => present,
provider => gem,
diff --git
a/manifests/camping.pp
b/manifests/camping.pp
index
c9b3a1f
..
f0f508a
100644
(file)
--- a/
manifests/camping.pp
+++ b/
manifests/camping.pp
@@
-1,6
+1,5
@@
class rubygems::camping {
- include rubygems
- include rack
+ include rubygems::rack
package{'camping':
ensure => present,
provider => gem,
diff --git
a/manifests/devel.pp
b/manifests/devel.pp
index
67159c7
..
2f69f89
100644
(file)
--- a/
manifests/devel.pp
+++ b/
manifests/devel.pp
@@
-1,5
+1,5
@@
class rubygems::devel {
- include rubygems
+ include
::
rubygems
include ruby::devel
include gcc
}
diff --git
a/manifests/highline.pp
b/manifests/highline.pp
index
639c728
..
117d0b1
100644
(file)
--- a/
manifests/highline.pp
+++ b/
manifests/highline.pp
@@
-1,5
+1,5
@@
class rubygems::highline {
- include rubygems
+ include
::
rubygems
package{'rubygem-highline':
ensure => present,
require => Package['rubygems'],
diff --git
a/manifests/markaby.pp
b/manifests/markaby.pp
index
511342b
..
bc2e9d1
100644
(file)
--- a/
manifests/markaby.pp
+++ b/
manifests/markaby.pp
@@
-1,5
+1,5
@@
class rubygems::markaby {
- include rubygems
+ include
::
rubygems
package{'markaby':
ensure => present,
provider => gem,
diff --git
a/manifests/rack.pp
b/manifests/rack.pp
index
2cf1480
..
40867f4
100644
(file)
--- a/
manifests/rack.pp
+++ b/
manifests/rack.pp
@@
-1,5
+1,5
@@
class rubygems::rack {
- include rubygems
+ include
::
rubygems
package{'rack':
ensure => present,
provider => gem,