Sha256: 9c056feeb4773240c79b445f39ac741f3ec5503a199723893cbee5429dc155b6

Contents?: true

Size: 643 Bytes

Versions: 18

Compression:

Stored size: 643 Bytes

Contents

# Puppet

Experimental puppet templating support is available with the `--puppet` flag and associated options

```ruby
  required_plugins = %w( vagrant-managed-servers vagrant-librarian-puppet )

  ...

  config.librarian_puppet.placeholder_filename = ".gitignore"
  config.vm.provision "puppet" do |puppet|
    puppet.module_path = 'modules'
    puppet.hiera_config_path = 'hiera.yaml'
  end
```

The following files and folders will be placed in the puppet directory

```
Puppetfile
hieradata/
  common.yaml
hiera.yaml
manifests/
  default.pp
modules/
  .gitignore
```

For a full list of init options, run `vagrant orchestrate init --help`

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
vagrant-orchestrate-0.8.0 docs/puppet.md
vagrant-orchestrate-0.8.0.pre.3 docs/puppet.md
vagrant-orchestrate-0.8.0.pre.2 docs/puppet.md
vagrant-orchestrate-0.8.0.pre.1 docs/puppet.md
vagrant-orchestrate-0.7.2 docs/puppet.md
vagrant-orchestrate-0.7.1 docs/puppet.md
vagrant-orchestrate-0.7.0 docs/puppet.md
vagrant-orchestrate-0.7.0.pre.5 docs/puppet.md
vagrant-orchestrate-0.7.0.pre.4 docs/puppet.md
vagrant-orchestrate-0.7.0.pre.3 docs/puppet.md
vagrant-orchestrate-0.7.0.pre.2 docs/puppet.md
vagrant-orchestrate-0.7.0.pre.1 docs/puppet.md
vagrant-orchestrate-0.7.0.pre docs/puppet.md
vagrant-orchestrate-0.6.5 docs/puppet.md
vagrant-orchestrate-0.6.3 docs/puppet.md
vagrant-orchestrate-0.6.2 docs/puppet.md
vagrant-orchestrate-0.6.1 docs/puppet.md
vagrant-orchestrate-0.6.1.patch docs/puppet.md