55545/how-do-i-automate-the-process-of-puppet-manifest-generation
You can use puppet resource [type] for this purpose.
To get a list of installed packages:
puppet resource package
Get a specific package with version:
puppet resource package httpd
Files:
puppet resource file /etc/httpd/conf.d/example.conf
Hey @Aryaa, use the following command to ...READ MORE
Hey @Laksha, First, install the Puppet tarball from ...READ MORE
As we already know,by default the Docker daemon ...READ MORE
Hey @Liana, Including the docker_dir parameter is equivalent to ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
You could do this by executing the ...READ MORE
In order to stop the Puppet service,you ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.