0

I have Puppet Enterprise 3.3.1 installed on an Ubuntu box. I've updated hiera.yaml to reflect a different datadir, and according to the docs a restart is required.

How should restart the puppet master?

When I try

service pe-puppet restart

It says

* Restarting PE puppet Agent

Not the master.

Sam Hammamy
  • 189
  • 5
  • 17

1 Answers1

-2

Use the following syntax to restart the server in stead of the agent:

service pe-puppetserver restart or service pe-puppetmaster restart