Skip to content

Commit

Permalink
#1962: install_packages.pp, remove mariadb logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Jun 28, 2015
1 parent 4343969 commit b09f0a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions puppet/manifests/install_packages.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
$packages_general_gem = ['sass']
$packages_general_npm = ['uglify-js', 'imagemin']
$packages_flask_pip = ['flask', 'requests']
$packages_mariadb_apt = ['mariadb-client']
$packages_build_size = size($packages_build_dep) - 1

## define $PATH for all execs, and packages
Expand Down Expand Up @@ -78,12 +77,6 @@
package {$packages_flask_pip:
ensure => 'installed',
provider => 'pip',
before => Package[$packages_mariadb_apt],
}

## packages: install mariadb
package {$packages_mariadb_apt:
ensure => 'installed',
before => Package['redis-server'],
}

Expand Down

0 comments on commit b09f0a9

Please sign in to comment.