We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781f4f2 commit ad87060Copy full SHA for ad87060
lib/puppet/provider/docker_compose/ruby.rb
@@ -28,7 +28,7 @@ def exists?
28
29
# get merged config using docker-compose config
30
args = [compose_files, '-p', name, 'config'].insert(3, resource[:options]).compact
31
- compose_output = YAML.safe_load(execute([command(:dockercompose)] + args, combine: false), [Symbol])
+ compose_output = Puppet::Util::Yaml.safe_load(execute([command(:dockercompose)] + args, combine: false), [Symbol])
32
33
containers = docker([
34
'ps',
0 commit comments