Skip to content

Commit

Permalink
Merge pull request #419 from bastelfreak/blub
Browse files Browse the repository at this point in the history
manage software-properties-common on ubuntu
  • Loading branch information
bastelfreak committed Feb 17, 2018
2 parents 15474f7 + 7f5623d commit fdf921e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/repo/ubuntu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
'7.0' => 'ondrej/php'
}

::apt::ppa { "ppa:${version_repo}": }
::apt::ppa { "ppa:${version_repo}":
package_manage => true,
}
}

0 comments on commit fdf921e

Please sign in to comment.