]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Bump inception
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2022 21:43:48 +0000 (18:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2022 21:43:48 +0000 (18:43 -0300)
manifests/subsystem/inception.pp

index 0e726dc65702b3f390bc00af8c6fd4f2e0a6b918..89eb21c1fc9138f69c5fae80b89c5d9257556a5d 100644 (file)
@@ -9,7 +9,7 @@ define nodo::subsystem::inception(
     user       => $name,
     provider   => git,
     source     => "https://git.fluxo.info/${git_dev}/apps",
-    revision   => '52b2b87ee0e29c483df066887c0e6824e89a9990',
+    revision   => 'e0c548fe964a0183ab535a7d0bf1e304a09f332d',
     submodules => true,
     require    => [ File["/home/${name}"], User[$name] ],
   }