]> gitweb.fluxo.info Git - puppet-docker.git/commitdiff
Fix: typo
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 12 Apr 2021 13:13:14 +0000 (10:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 12 Apr 2021 13:13:14 +0000 (10:13 -0300)
manifests/compose/upstream.pp

index 05d06db0bf42ac3bb7b66a850a5cee943e58e442..c1cd20c8249611f9070feebf467fa4ce771c8ea8 100644 (file)
@@ -7,6 +7,6 @@ class docker::compose::upstream(
 
   exec { 'get-docker-compoe':
     command => "/usr/bin/curl -L \"${url}\" -o ${dest} && chmod +x ${dest}",
-    creeats => "${dest}",
+    creates => "${dest}",
   }
 }