Skip to content

Commit

Permalink
#2349: install_packages.pp, remove 'redis'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Feb 26, 2016
1 parent 2db1832 commit 7ddf144
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions puppet/manifests/install_packages.pp
Expand Up @@ -20,7 +20,6 @@

$packages_build_dep = ['matplotlib', 'scikit-learn']
$packages_general_pip = [
'redis',
'jsonschema',
'xmltodict',
'six',
Expand Down Expand Up @@ -91,8 +90,3 @@
before => Package['redis-server'],
refreshonly => true,
}

## package: install redis-server
package {'redis-server':
ensure => 'installed',
}

0 comments on commit 7ddf144

Please sign in to comment.