Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PDB-1913) manage vardir #209

Merged

Conversation

wkalt
Copy link
Contributor

@wkalt wkalt commented Sep 15, 2015

This updates the module to manage vardir, and also makes room for general
management of the global ini section.

@@ -115,6 +118,7 @@
}
$terminus_package = 'puppetdb-termini'
$test_url = '/pdb/meta/v1/version'
$vardir = '/opt/puppetlabs/server/data/puppetdb'
$database_embedded_path = '/opt/puppetlabs/server/data/puppetdb/db/db'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This path should be getting it's value from vardir, $database_embedded_path = "${vardir}/...

@wkalt wkalt force-pushed the ticket/master/pdb-1913-manage-vardir branch 2 times, most recently from aa36fb1 to 2990f80 Compare September 16, 2015 22:26
This updates the module to manage vardir, and also makes room for general
management of the global ini section.
@ajroetker
Copy link
Contributor

LGTM gonna test an install now

ajroetker added a commit that referenced this pull request Sep 17, 2015
@ajroetker ajroetker merged commit e371db7 into puppetlabs:master Sep 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants