diff --git a/pillar.example b/pillar.example index fe29f4d..48d0e07 100644 --- a/pillar.example +++ b/pillar.example @@ -4,6 +4,9 @@ postgres: use_upstream_repo: False # Version to install from upstream repository (if upstream_repo: True) version: '9.6' + # If automatic package installation fails, use `fromrepo` to specify the + # upstream repo to install packages from [#133, #185] (if upstream_repo: True) + fromrepo: 'jessie-pgdg' ### MACOS # Set to 'postgresapp' OR 'homebrew' for MacOS