From fdfd09b632fac6a48de54ff8bd1284131eee6404 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 5 Nov 2013 09:36:45 -0800 Subject: [PATCH] Add CentOS 'testing' argument for install_type The Salt bootstrap file allows for the use of a testing repository in CentOS systems. --- website/docs/source/v2/provisioning/salt.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/provisioning/salt.html.md b/website/docs/source/v2/provisioning/salt.html.md index 60e22ff05..05b4060ef 100644 --- a/website/docs/source/v2/provisioning/salt.html.md +++ b/website/docs/source/v2/provisioning/salt.html.md @@ -55,8 +55,8 @@ on this machine * `install_syndic` (boolean) - Install the salt-syndic, default `false` -* `install_type` (stable | git | daily) - Whether to install from a -distribution's stable package manager, a daily ppa, or git treeish. +* `install_type` (stable | git | daily | testing) - Whether to install from a +distribution's stable package manager, git tree-ish, daily ppa, or testing repository. * `install_args` (develop) - When performing a git install, you can specify a branch, tag, or any treeish.