Skip to content

Commit

Permalink
Use 'ntp' on all platforms.
Browse files Browse the repository at this point in the history
Previously OpsWorks would use 'openntp' on Ubuntu/Debian, but 'ntp' on
Red-Hat-ish. Having same package on all platforms should lower support
efforts for OpsWorks and give better overall customer experience.
  • Loading branch information
jbraeuer committed Jan 3, 2014
1 parent 1cff05f commit 728c18c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions opsworks_initial_setup/recipes/package_ntpd.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
case node[:platform]
when 'centos','redhat','fedora','amazon'
when 'centos','redhat','fedora','amazon','debian','ubuntu'
package 'ntp'
when 'debian','ubuntu'
package 'openntpd'
end

0 comments on commit 728c18c

Please sign in to comment.