2
0

Fixed typo in pillar.example

This commit is contained in:
Thomas Larsen 2016-02-08 14:01:47 +00:00
parent d1cbec3fe2
commit bbeacc4ace

View File

@ -135,9 +135,6 @@ salt_formulas:
# environment, if an option is missing in a given environment, the # environment, if an option is missing in a given environment, the
# value from "default" is used instead. # value from "default" is used instead.
default: default:
# URL where the formulas git repositories are downloaded from
# it will be suffixed with <formula-name>.git
baseurl: https://github.com/saltstack-formulas
# Directory where Git repositories are downloaded # Directory where Git repositories are downloaded
basedir: /srv/formulas basedir: /srv/formulas
# Update the git repository to the latest version (False by default) # Update the git repository to the latest version (False by default)
@ -164,7 +161,7 @@ salt_formulas:
- salt-formula - salt-formula
- postfix-formula - postfix-formula
dev: dev:
https://github.com/saltstack-formulas https://github.com/saltstack-formulas:
- salt-formula - salt-formula
- postfix-formula - postfix-formula
- openssh-formula - openssh-formula