Re: [Puppet Users] tidy negative match

2013-09-26 Thread Wolf Noble
Hi Sebastian, A potentially better way to do it might be to set purge => true on the /etc/yum.repos.d directory, and specifically manage every file/repo in there via puppet. This should insure that there are no repos present that puppet didn't create HTH w On Thu, Sep 26, 2013 at 1:28 PM, Seb

[Puppet Users] tidy negative match

2013-09-26 Thread Sebastian Juarez
Hy! I'm trying to conf tidy in one of my yum class, the objective is to erase old repos from "/etc/yum.repos.d". This is what i try without success: tidy {'/etc/yum.repos.d': recurse => true, matches != [ "oldrepo.repo" ] } Error: Could not retrieve catalog from remote server: Error 400 on SER