Simon,
Think of the Puppetfile like a Puppet manifest... It is a desired
end-state declaration... You don't just run r10k to update a single
module, you run the deploy environment to deploy that environment to
make it match what the Puppetfile specifies. In this case an r10k
environment is a
Hi,
I tried to find in r10k documentation about what to expect when doing a
r10k deploy module module_name command but I didn't find explicit behavior
for Puppetfile.
What I understand is if I want an updated Puppetfile (from Control Repo) I
must run r10k deploy environment command. Otherwis