Browse Source

Fixed typo in `pillar.example`

tags/v0.57.0
Thomas Larsen 8 years ago
parent
commit
bbeacc4ace
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      pillar.example

+ 1
- 4
pillar.example View File

@@ -135,9 +135,6 @@ salt_formulas:
# environment, if an option is missing in a given environment, the
# value from "default" is used instead.
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
basedir: /srv/formulas
# Update the git repository to the latest version (False by default)
@@ -164,7 +161,7 @@ salt_formulas:
- salt-formula
- postfix-formula
dev:
https://github.com/saltstack-formulas
https://github.com/saltstack-formulas:
- salt-formula
- postfix-formula
- openssh-formula

Loading…
Cancel
Save