]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Bump inception
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Oct 2024 17:51:41 +0000 (14:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Oct 2024 17:51:41 +0000 (14:51 -0300)
manifests/subsystem/inception.pp

index 913f5d52b6fe64ba8482eb398c5e542e2f041b47..935be6f9cf4447919a8ce4b9141e6b5683092ace 100644 (file)
@@ -9,7 +9,7 @@ define nodo::subsystem::inception(
     user       => $name,
     provider   => git,
     source     => "https://git.fluxo.info/${git_dev}/apps",
-    revision   => '63e093c355258142053d37a46579d9b19074324d',
+    revision   => '3cbca5504919a1611733f8f65581a8369ae25e8a',
     submodules => true,
     require    => [ File["/home/${name}"], User[$name] ],
   }