소스 검색

Merge pull request #118 from hackel/patch-2

Update pillar.example to reflect new structure
tags/v0.34.0
Niels Abspoel 7 년 전
부모
커밋
ee6ae4fd33
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      pillar.example

+ 4
- 4
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"

Loading…
취소
저장