Skip to content

Commit

Permalink
Selecting which repo to install from with --from doesn't seem to be s…
Browse files Browse the repository at this point in the history
…upported anymore.
  • Loading branch information
sharumpe committed Apr 9, 2015
1 parent 8961959 commit a5d599a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/php/reposelect.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
# install the package
package { $params::phpPackageName :
ensure => latest,
install_options => [ "--from ${repoAlias}" ],
require => [ Zypprepo[ 'opensuse-13.1-devel_languages_php55' ], Zypprepo[ 'opensuse-13.1-devel_languages_php56' ] ],
}

Expand Down

0 comments on commit a5d599a

Please sign in to comment.