]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/blob - manifests/params.pp
Check if python-software-properties is defined before attempting to define it.
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
1 class apt::params {
2   $root = '/etc/apt'
3   $provider = '/usr/bin/apt-get'
4 }