Skip to content

Instantly share code, notes, and snippets.

@pkilambi
Created March 18, 2014 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkilambi/9623187 to your computer and use it in GitHub Desktop.
Save pkilambi/9623187 to your computer and use it in GitHub Desktop.
diff --git a/manifests/profiles/base.pp b/manifests/profiles/base.pp
index f965c5a..3389e3d 100644
--- a/manifests/profiles/base.pp
+++ b/manifests/profiles/base.pp
@@ -19,4 +19,8 @@ class coi::profiles::base(
# that it should be applied everywhere
class { "naginator::base_target": }
+ # puppetlabs-mongo has a dep on ruby's json lib
+ package { 'ruby-json':
+ ensure => present,
+ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment