From bbeacc4ace14342f5bbd37c1230a4d72178d1b19 Mon Sep 17 00:00:00 2001 From: Thomas Larsen Date: Mon, 8 Feb 2016 14:01:47 +0000 Subject: [PATCH] Fixed typo in `pillar.example` --- pillar.example | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pillar.example b/pillar.example index f2511db..0198dff 100644 --- a/pillar.example +++ b/pillar.example @@ -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 .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