From 76d8758b8a646bf70c625516f1394bc06628eccc Mon Sep 17 00:00:00 2001 From: Ryan Hayle Date: Mon, 9 Jan 2017 15:13:43 -0600 Subject: [PATCH] Update pillar.example to reflect new structure I had to dig through the source to figure this out. Will need to be updated again once #116 is merged. --- pillar.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pillar.example b/pillar.example index c016190..c1381e3 100644 --- a/pillar.example +++ b/pillar.example @@ -1,10 +1,10 @@ ## php.ng pillar examples php: - # Use ppa instead the default repository (only Debian family) - use_ppa: True - # Set the ppa name (valid only if use_ppa is not none) - ppa_name: 'ondrej/php' + # Use external repository instead the default (only Ubuntu family) + use_external_repo: True + # Set the external repository name (valid only if use_external_repo is not none) + external_repo_name: 'ondrej/php' # Set the MongoDB driver version. You can specify (optionally) the driver version # when you add the php.mongo formula to your execution list mongo_version: "1.5.5"