Difference between revisions of "Handson1"

From Gridkaschool
(Puppet first steps)
(Puppet first steps)
Line 13: Line 13:
 
puppet resource --help
 
puppet resource --help
 
https://docs.puppetlabs.com/references/latest/type.html#user-attribute-ensure
 
https://docs.puppetlabs.com/references/latest/type.html#user-attribute-ensure
  +
Solution: [[handson11|solution]]

Revision as of 09:59, 27 August 2014

Hands-On

Environment

  1. Login via ssh to the workgroup server naf-school01.desy.de with your assigned account
  2. Check if you can login via ssh to you assigned VM as root
  3. Check if you can edit a text file on the wgs and the node. We provide vim, emacs, nano

Puppet first steps

  1. Use the puppet RAL to examine and configure the VM node
    1. Show all managed resources
    2. Show all configured services
    3. Create a testuser
    4. Delete the testuser
HINT:
puppet resource --help
https://docs.puppetlabs.com/references/latest/type.html#user-attribute-ensure
Solution: solution