Issue #9410 has been updated by James Turnbull. Status changed from Needs More Information to Duplicate Assignee deleted (James Turnbull)
Closing in favour of #8758. ---------------------------------------- Bug #9410: yumrepo type does notice changes https://projects.puppetlabs.com/issues/9410#change-54993 Author: Jascha Lee Status: Duplicate Priority: Normal Assignee: Category: yumrepo Target version: Affected Puppet version: 2.6.6 Keywords: Branch: If the yum repo config file changes or disappears after the initial puppet run in which it was created or modified, subsequent puppet runs will not notice. The local change will remain (inconsistent with the catalog) and/or the removed file will not be reconstructed. It was suggested that indentation of multiple gpgkey values might be at play, but this happens even with a single gpgkey value. class yum { yumrepo { "tivo-coxrtltivoqa2sp01.tivo.com": descr => "TiVo repo coxrtltivoqa2sp01.tivo.com", baseurl => "http://$yumvar_reponame/yum/rpms", gpgkey => "http://$yumvar_reponame/yum/GPG/RPM-GPG-KEY-MySQL", gpgcheck => "1", enabled => "1"; } } -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
