Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Restart postgres after config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodlad committed Nov 27, 2013
1 parent cc11ff1 commit 638e9b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
port => $port,
datadir => $datadir,
logdir => $logdir,

notify => Service['postgresql'],
}

~>
Expand Down
1 change: 1 addition & 0 deletions manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
service { $service:
ensure => $svc_ensure,
enable => $enable,
alias => 'postgresql',
}

->
Expand Down

0 comments on commit 638e9b6

Please sign in to comment.