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-8320) Remove old platforms #380

Merged
merged 1 commit into from Jan 31, 2019
Merged

Conversation

ekinanp
Copy link
Contributor

@ekinanp ekinanp commented Jan 31, 2019

No description provided.

@@ -63,7 +59,7 @@
command => "/usr/bin/ctrun -l none ${_installsh} ${::puppet_agent_pid} 2>&1 > ${_logfile} &",
}
}
} elsif $::operatingsystem == 'Darwin' and $::macosx_productversion_major =~ /^10\.(9|10|11|12|13)/ {
} elsif $::operatingsystem == 'Darwin' {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the regex check at the end because the puppet_agent::prepare class is included before the puppet_agent::install class, and that prepare class includes the Darwin OS family class which has the regex check

We no longer ship these platforms in the latest 5.5.x stream.
@ekinanp ekinanp merged commit 3809e05 into puppetlabs:master Jan 31, 2019
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

4 participants