Browse Source

Some more fixes for the OS name from testing.

tags/v0.34.0
Forrest Alvarez 11 years ago
parent
commit
b9002cc3d5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      php/map.jinja

+ 2
- 2
php/map.jinja View File

@@ -1,5 +1,5 @@
{% set map = salt['grains.filter_by']({
'Ubuntu': {
{% set php = salt['grains.filter_by']({
'Debian': {
'php-pkg': 'php5',
'apc-pkg': 'php-apc',
'curl-pkg': 'php-curl',

Loading…
Cancel
Save