canmove, Confirmed users
1,394
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
= Functions = | = Functions = | ||
* base64decode($b64) -- decode a base64-encoded string. This allows short bits of binary data to be handled in ascii text. | * base64decode($b64) -- decode a base64-encoded string. This allows short bits of binary data to be handled in ascii text. | ||
= Types = | |||
* anchor -- (from [https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/lib/puppet/type/anchor.rb puppetlabs stdlib]) see [[ReleaseEngineering/PuppetAgain/Anchoring Classes]] |