Skip to content

Commit

Permalink
Merge pull request #213 from ltamm/fix-per-suite-doc
Browse files Browse the repository at this point in the history
Corrected per-suite file structure paths documented in provisioner_op…
  • Loading branch information
neillturner committed Jun 17, 2020
2 parents 379cb98 + 9b25073 commit 0173e3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions provisioner_options.md
Expand Up @@ -187,11 +187,11 @@ To override a setting at the suite-level, specify the setting name under the sui

It can be beneficial to keep different Puppet layouts for different suites. Rather than having to specify the manifest, modules, etc for each suite, you can create the following directory structure and they will automatically be found:

$kitchen_root/puppet/$suite_name/manifests
$kitchen_root/puppet/$suite_name/modules
$kitchen_root/puppet/$suite_name/hiera
$kitchen_root/puppet/$suite_name/hiera.yaml
$kitchen_root/puppet/$suite_name/Puppetfile
$kitchen_root/$suite_name/puppet/manifests
$kitchen_root/$suite_name/puppet/modules
$kitchen_root/$suite_name/puppet/hiera
$kitchen_root/$suite_name/puppet/hiera.yaml
$kitchen_root/$suite_name/puppet/Puppetfile

### Puppet Version
When specifying a puppet version, you must use this format: "3.6.2-1puppetlabs1". I have
Expand Down

0 comments on commit 0173e3e

Please sign in to comment.