Created
July 28, 2015 02:51
-
-
Save swalberg/de0d991b63045a4b805c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| package 'Install Apache' do | |
| package_name case node[:platform] | |
| when 'redhat', 'centos' | |
| 'httpd' | |
| when 'ubuntu', 'debian' | |
| 'apache2' | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment