# comment 
class egg::postgres () {
  package { ['postgresql', 'postgresql-server', 'postgresql-contrib']:
    ensure => 'installed',
  }
}