Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-213) Solaris 10 support #172

Merged
merged 7 commits into from Jul 3, 2014
Merged

Conversation

hunner
Copy link
Contributor

@hunner hunner commented Jun 25, 2014

Added Solaris section to params.pp. In Solaris there are two packages
to install to support ntp, SUNWntpr and SUNWntpu. (Root and User
packages.)
Adding two files to the $package_name array caused the install class
to fail so install.pp was updated so that the $package_name was the
resource title instead of the name attribute.

This change assumes that the packages are already installed for Solaris. If they
are not then this will fail.

This was tested on Solaris 10 update 10 and on SLES 11 SP3 to ensure that it still works for Linux.

Updates and closes #171

Derek McEachern added 2 commits June 24, 2014 13:09
Added Solaris section to params.pp. In Solaris there are two packages
to install to support ntp, SUNWntpr and SUNWntpu. (Root and User
packages.)
Adding two files to the $package_name array caused the install class
to fail so install.pp was updated so that the $package_name was the
resouce title instead of the name attribute.

This change assumes that the packages are already installed. If they
are not then this will fail.
apenney pushed a commit that referenced this pull request Jul 3, 2014
(MODULES-213) Solaris 10 support
@apenney apenney merged commit 67e01b2 into puppetlabs:master Jul 3, 2014
@hunner hunner deleted the feature-solaris branch July 8, 2014 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants