-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MODULES-4092) Install solaris 10 package per-zone
Solaris 10 packaging, when combined with zones, is super weird. The Puppet Enterprise frictionless install has historically made sure that the agent is installed per-zone. However, the `puppet_agent` module did not. This leads to conflicts when upgrading agents - once the Global zone is updated, trying to upgrade the other zones will fail, since the `puppet-agent` package is "already installed". This changes solaris 10 packaging to be per-zone, which matches how we have historically done that deployment.
- Loading branch information
Branan Riley
committed
Nov 11, 2016
1 parent
7592e65
commit dc88fa8
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters