Skip to content

Instantly share code, notes, and snippets.

@jpadams
Last active December 29, 2015 15:09
Show Gist options
  • Save jpadams/7688786 to your computer and use it in GitHub Desktop.
Save jpadams/7688786 to your computer and use it in GitHub Desktop.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template runyer/posix_rb.erb:
Filepath: /modules/runyer/templates/posix_rb.erb
Line: 3
Detail: undefined method `capitalize' for nil:NilClass
at /modules/runyer/manifests/posix_command.pp:10 on node master
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
dynamic scoping biting me when I moved from class param $action_name = $title to putting it in body of class.
@action_name in template was no longer in scope.
need to figure out FQS or extlookup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment