Skip to content

Instantly share code, notes, and snippets.

@nibalizer
Created July 31, 2015 23:33
Show Gist options
  • Save nibalizer/d960cc833b3ba4e7ffcf to your computer and use it in GitHub Desktop.
Save nibalizer/d960cc833b3ba4e7ffcf to your computer and use it in GitHub Desktop.
class mysomething ()
{
$archive_metdata = load_module_metadata('archive')
if 'puppetcommunity' in $archive_metadata['author'] {
# use puppetcommunity-archive syntax
} else {
# use camptocamp-archive syntax
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment