Skip to content

Commit

Permalink
provide data_dir key on config_hash hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 22, 2018
1 parent b60edcb commit b1a0104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class { 'consul':
version => '1.0.5',
manage_service => true,
config_hash => {
'data_dir' => '/opt/consul',
'datacenter' => 'east-aws',
'node_name' => 'foobar',
'server' => true,
Expand Down

0 comments on commit b1a0104

Please sign in to comment.