Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 800 Bytes

File metadata and controls

23 lines (18 loc) · 800 Bytes

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