feat: add puppetserver gem for toml (#330)
- require toml for puppetserver gem Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/330
This commit is contained in:
parent
49ff7cc3ab
commit
33c8b226e0
@ -9,4 +9,8 @@ class profiles::puppet::gems (
|
||||
provider => 'puppet_gem',
|
||||
}
|
||||
}
|
||||
package { 'toml':
|
||||
ensure => ['0.3.0'],
|
||||
provider => 'puppetserver_gem',
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user