In order to facilitate puppet manifest upgrades, I need to manage puppet recipes on a per-server basis.
My puppet classifier spits out a variable called $puppet_iteration. I tried putting this variable in my site.pp: import "/var/lib/puppet/files/static/applications/puppet/$puppet_iteration/system" but it looks like the variable does not get interpreted in the import statement: err: Could not retrieve catalog: Could not parse for environment mgmt: No file(s) found for import of '/var/lib/puppet/files/static/applications/puppet/$puppet_iteration/system' at /etc/puppet/manifests/site.pp:33 Can I get some suggestions for how to load specific manifests based on a path partially determined by my puppet classifier? Thanks in advance, Pete --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---