Displaying 1 result from an estimated 1 matches for "invalidname".
2010 May 03
1
Simple issue with templates.
....
I''ve even set "templatedir" to /usr/share/puppet/modules (the module
dir) in /etc/puppet/puppet.conf but I keep getting the following error:
debug: Scope(Yumrepository[mcollective]): Retrieving template
puppet:///yumrepositories/templates/repo.template.rb
err: Puppet::Module::InvalidName
at /usr/share/puppet/modules/yumrepositories/manifests/init.pp:22
The relevant file stanza is:
file { "/etc/yum.repos.d/$title.repo":
owner => root,
group => root,
mode => 644,...