Skip to content

Commit

Permalink
Corrected per-suite file structure paths documented in provisioner_op…
Browse files Browse the repository at this point in the history
…tions.md
  • Loading branch information
ltamm committed May 28, 2020
1 parent 379cb98 commit 9b25073
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 9b25073

Please sign in to comment.