From cdca9108e0de37df02e983bd0f87dd03b1ecb906 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 6 Jun 2018 16:35:41 +0100 Subject: [PATCH] Add `fromrepo` to `pillar.example` --- pillar.example | 3 +++ 1 file changed, 3 insertions(+) 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