Created
July 11, 2012 12:49
-
-
Save hlindberg/3090186 to your computer and use it in GitHub Desktop.
PPTP file describing puppet-hiera functions
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
<?xml version="1.0" encoding="ASCII"?> | |
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:pptp="http://www.cloudsmith.org/geppetto/1.0.0/PPTP"> | |
<pptp:PuppetDistribution description="Puppet Plugin" version="1.0.0rc1" label="puppetlabs-hiera-puppet"> | |
<functions documentation="" name="hiera" rValue="true"/> | |
<functions documentation="" name="hiera_array" rValue="true"/> | |
<functions documentation="" name="hiera_hash" rValue="true"/> | |
<functions documentation="" name="hiera_include"/> | |
</pptp:PuppetDistribution> | |
</xmi:XMI> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the "target platform description" used by Geppetto for hiera-puppet that is included in the "puppet 3.0" target platform.
If you are using a target < 3.0.0 you can add this .pptp file to the geppetto project .org_cloudsmith_geppetto_pptp_target (visible in the Navigator view).
When switching your target 3.0.0 you need to remove the file.
See the Geppetto FAQ for more/related information. (It is under how to add variables: http://cloudsmith.github.com/geppetto/faq.html#2011/11/01/how-do-i-add-global-variables)