fix 'puppetlabs/stdlib' dependency
This commit is contained in:
parent
0ba3af7de8
commit
409ed73140
1 changed files with 4 additions and 2 deletions
|
@ -8,5 +8,7 @@ description 'APT Module for Puppet'
|
|||
project_page 'https://github.com/puppetlabs/puppetlabs-apt'
|
||||
|
||||
## Add dependencies, if any:
|
||||
dependency 'puppetlabs/stdlib', '>= 3.0.1'
|
||||
|
||||
#dependency 'puppetlabs/stdlib', '2.x'
|
||||
# The dependency should be written as above but librarian-puppet
|
||||
# does not support the expression as the PMT does.
|
||||
dependency 'puppetlabs/stdlib', '>= 2.2.1'
|
||||
|
|
Loading…
Reference in a new issue