Skip to content

Commit

Permalink
Upgrade postgres module
Browse files Browse the repository at this point in the history
Remove libaugeas (piece of shit)
Switch on slow logging for postgres
  • Loading branch information
root committed Jul 5, 2012
1 parent bf4c67a commit eae2bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions manifests/nodes.pp
Expand Up @@ -35,7 +35,6 @@
include "debian-pre"
include "common"
include "rvm"
# include "augeas"
package {"augeas-lenses": ensure => absent }
package {"augeas-tools": ensure => absent }
package {"libaugeas-dev": ensure => absent }
Expand All @@ -47,16 +46,10 @@
ensure => 'present',
default_use => false,
}
# rvm_gem {
# 'ree-1.8.7-2012.02@global/ruby-augeas':
# ensure => latest,
# require => [Rvm_system_ruby['ree-1.8.7-2012.02'], Package["libaugeas-dev"]],
# }
package {"sendmail-bin": ensure => installed }
package {"inotify-tools": ensure => installed }
package {"htop": ensure => installed }
package {"sendmail": ensure => installed, require => Package["sendmail-bin"] }
# package {"libaugeas-dev": ensure => installed}
include "emacs"
include "git"
git::repo {'emacs-config':
Expand Down Expand Up @@ -214,6 +207,11 @@
iptables::role { "web-server": }
nginx::unicorn_app { 'edisonnation.com': }
env_setup::role { 'app': }
rvm_gem {
'ruby-1.8.7-p358@tesla/aws-sdk':
ensure => latest,
require => [Rvm_system_ruby['1.8.7-p358'], Rvm_gemset["ruby-1.8.7-p358@tesla"]]
}
}

node 'en-staging-app' inherits 'en-app' {
Expand Down
2 changes: 1 addition & 1 deletion modules/postgresql
Submodule postgresql updated 2 files
+14 −0 manifests/debian/v9-1/hba.pp
+100 −0 templates/hba.erb

0 comments on commit eae2bab

Please sign in to comment.