Book Image

LEARNING PUPPET

Book Image

LEARNING PUPPET

Overview of this book

Table of Contents (17 chapters)
Learning Puppet
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using Live Management


Live Management is a powerful Puppet Enterprise component that enables you to send commands to the Puppet Agent nodes. Perhaps the most useful feature of Live Management is called runonce, which enables you to trigger the Puppet run on a group of Puppet agents without having to log on to nodes and initiating the puppet agent -t command from the command line. Let's take a look at how to access Live Management and trigger the Puppet run on the web-clone.development.vm node.

The link to Live Management is located in the navigation menu at the top of the Puppet Enterprise Console view as shown in the following screenshot:

When you click on the Live Management menu, Puppet Enterprise automatically runs a node discovery task, and displays the results in the Node Filter Results view on the left-hand side of the page. On my machine, Puppet Enterprise discovered two nodes: learning.puppetlabs.vm and web-clone.development.vm.

Note

If the Puppet Enterprise discovers more nodes, such...