Hi,
So I'm working through the self-paced learning on the learn.puppet site, and am at 'An Introduction to Facter'. The learning VM is running in Virtualbox.
At the exercises, I am told to cd into /etc/puppetlabs/puppet/modules and look at the structure of motd. There is no such directory.
root@learning:~ # ls /etc/puppetlabs/puppet
auth.conf classifier.yaml fileserver.conf puppet.conf puppetdb.conf routes.yaml ssl
But that's OK, because there is a modules directory...
root@learning:/etc/puppetlabs/code/modules # pwd
/etc/puppetlabs/code/modules
.. but no motd.
I can create these directories, but I don't know to write the init.pp from scratch.
Help !