Skip to content

Latest commit

 

History

History

0x0A-configuration_management

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Configuration management

In this project, I started working with Puppet as a configuration management tool. I practiced writing Puppet manifest files to create a file, install a package, and execute a command.

Tasks 📃

  • 0. Create a file

    • 0-create_a_file.pp: Puppet manifest file that creates a file school in the /tmp directory.
      • File permissions: 0744.
      • File group: www-data.
      • File owner: www-data.
      • File content: I love Puppet.
  • 1. Install a package

  • 2. Execute a command