Skip to content

Commit

Permalink
fix(salt-masterless): set the default values for state and pillar rem…
Browse files Browse the repository at this point in the history
…ote locations
  • Loading branch information
Jurnell Cockhren authored and apparentlymart committed Feb 15, 2019
1 parent fabdd0d commit 996f845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/provisioners/salt-masterless/resource_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ func Provisioner() terraform.ResourceProvisioner {
"remote_state_tree": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: DefaultStateTreeDir,
},
"remote_pillar_roots": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: DefaultPillarRootDir,
},
"temp_config_dir": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 996f845

Please sign in to comment.