]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Chore: bump inception
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2025 22:09:31 +0000 (19:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2025 22:09:31 +0000 (19:09 -0300)
manifests/subsystem/inception.pp

index 72df2e76305ea62b0ffd30dfc3af1b82871f9064..7d2ebf815e6cd025a62e1795a10dbeac5afab6f4 100644 (file)
@@ -9,7 +9,7 @@ define nodo::subsystem::inception(
     user       => $name,
     provider   => git,
     source     => "https://git.fluxo.info/${git_dev}/apps",
-    revision   => '958c2ffdeae9018980bf8aa5b6c63ce6bf301f4a',
+    revision   => '0a88e734a7feef5293e8dc7aa3245b83c6488ef9',
     submodules => true,
     require    => [ File["/home/${name}"], User[$name] ],
   }