Skip to content
Snippets Groups Projects
Commit a64550ad authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

startpostgresaswell

parent 734856ec
No related branches found
No related tags found
2 merge requests!2Test,!1Devel
Pipeline #109118 failed
......@@ -3,4 +3,7 @@ class egg::postgres () {
package { ['postgresql', 'postgresql-server', 'postgresql-contrib']:
ensure => 'installed',
}
service { 'postgresql':
ensure => 'running',
enable => true,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment