Skip to content

Instantly share code, notes, and snippets.

@hlindberg
Created July 11, 2012 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlindberg/3090186 to your computer and use it in GitHub Desktop.
Save hlindberg/3090186 to your computer and use it in GitHub Desktop.
PPTP file describing puppet-hiera functions
<?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>
@hlindberg
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment