木偶测验 方便的命令 # To take help of puppet subcommand $ puppet help # To list the resource types $ puppet resource --types # To get the details of the resources $ puppet describe # Validation check $ puppet parser validate .pp # Dry run $ puppet apply .pp --noop # Apply $ puppet apply .pp # Dry run on agent node $ puppet agent -tv --no