Solved: the mystery of why puppet had puppet files I didn't write in it

From razwiki
Jump to navigation Jump to search
vagrant@bullseye:/vagrant$ ls /etc/puppet/
auth.conf  code  hiera.yaml  puppet.conf

I had a synced folder to /etc/puppet with my custom modules which were going there, but since the sync went both ways, those files being added by installing puppet added them to my git repository. ok!