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

From razwiki
Jump to navigation Jump to search
(Created page with " vagrant@bullseye:/vagrant$ ls /etc/puppet/ 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...")
 
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="text">
vagrant@bullseye:/vagrant$ ls /etc/puppet/
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!
</syntaxhighlight>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!

Latest revision as of 20:31, 31 January 2022

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!