Skip to content

Commit

Permalink
Merge pull request jesseadams#1 from miketheman/COOK-1122
Browse files Browse the repository at this point in the history
[COOK-1122] Adding support for amazon platform
  • Loading branch information
Joshua Timberman committed Apr 13, 2012
2 parents 4eea256 + c3e1a7e commit 49e325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attributes/default.rb
Expand Up @@ -28,7 +28,7 @@
default['munin']['docroot'] = "/srv/http/munin"
default['munin']['dbdir'] = "/var/lib/munin"
default['munin']['root']['group'] = "root"
when "centos","redhat"
when "centos","redhat","amazon"
default['munin']['basedir'] = "/etc/munin"
default['munin']['plugin_dir'] = "/usr/share/munin/plugins"
default['munin']['docroot'] = "/var/www/html/munin"
Expand Down
2 changes: 1 addition & 1 deletion recipes/server.rb
Expand Up @@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
node['apache']['default_modules'] << 'expires' if platform?("redhat", "centos", "scientific", "fedora")
node['apache']['default_modules'] << 'expires' if platform?("redhat", "centos", "scientific", "fedora", "amazon")

include_recipe "apache2"
include_recipe "apache2::mod_rewrite"
Expand Down

0 comments on commit 49e325b

Please sign in to comment.