summaryrefslogtreecommitdiff
path: root/puppet/modules/ruby/manifests/postgres.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:30 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:30 -0400
commit5f35e3a141cb52a5c7719074e932580f4b498db4 (patch)
treeea5d2813325f714f9c1f47e8944ad46f22b9917c /puppet/modules/ruby/manifests/postgres.pp
parentbb96faedbd64f08a96e9ba65d8641fc4eb4a46a5 (diff)
parentc6e19c357119c5be9a2e439c4fc8e58d9e54c687 (diff)
Merge commit 'c6e19c357119c5be9a2e439c4fc8e58d9e54c687' as 'puppet/modules/ruby'
Diffstat (limited to 'puppet/modules/ruby/manifests/postgres.pp')
-rw-r--r--puppet/modules/ruby/manifests/postgres.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/ruby/manifests/postgres.pp b/puppet/modules/ruby/manifests/postgres.pp
new file mode 100644
index 00000000..ec0e253a
--- /dev/null
+++ b/puppet/modules/ruby/manifests/postgres.pp
@@ -0,0 +1,6 @@
+class ruby::postgres {
+ include ruby
+ package{'ruby-postgres':
+ ensure => installed,
+ }
+}