summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 036460d..26cf8b2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -18,11 +18,10 @@ class rubygems {
ensure => installed,
}
file { '/etc/gemrc':
- source => [ 'puppet:///site_rubygems/gemrc',
- 'puppet:///rubygems/gemrc' ],
+ source => [ 'puppet:///modules/site_rubygems/gemrc',
+ 'puppet:///modules/rubygems/gemrc' ],
mode => '0644',
owner => 'root',
group => 'root',
}
-
}