diff options
Diffstat (limited to 'puppet/modules/ruby/manifests/postgres.pp')
-rw-r--r-- | puppet/modules/ruby/manifests/postgres.pp | 6 |
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, + } +} |