Skip to content

Commit

Permalink
Merge pull request #260 from ody/fix_password_relationship_flakiness
Browse files Browse the repository at this point in the history
Fix flaky acceptance tests
  • Loading branch information
bastelfreak committed Oct 14, 2019
2 parents 77ddd9b + 1f9d489 commit ea42705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/enterprise/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
secret => $splunk::enterprise::secret,
splunk_user => $splunk::enterprise::splunk_user,
mode => 'agent',
notify => Class['splunk::enterprise::service'],
}
}

Expand All @@ -26,6 +27,7 @@
secret => $splunk::enterprise::secret,
splunk_user => $splunk::enterprise::splunk_user,
mode => 'agent',
notify => Class['splunk::enterprise::service'],
}
}

Expand Down

0 comments on commit ea42705

Please sign in to comment.