forked from sensu/sensu-puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Maint) Set enterprise: true in enterprise Vagrant VM
Without this patch the sensu-server-enterprise Vagrant VM is not managing the Service[sensu-enterprise] resource. This is a problem for testing the behavior changes made in sensu#720. This patch addresses the problem by changing the class parameters of the provisioning manifest for sensu-server-enterprise. The credentials for the Sensu Enterprise repository are expected to be set in the shell environment where `vagrant up` is executed. For example, the following direnv `.envrc` is sufficient for this project: ``` export FACTER_SE_USER='1234567890' export FACTER_SE_PASS='Password1' ```
- Loading branch information
1 parent
54219c6
commit 1d694e4
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters