]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Bump infection
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Oct 2023 18:48:48 +0000 (15:48 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Oct 2023 18:48:48 +0000 (15:48 -0300)
manifests/subsystem/inception.pp

index 1bfcdb1058821da740a0710c5ff63dec21d3ac5b..b8913393a91048d3d4457f6cf03bf0e166de10e5 100644 (file)
@@ -9,7 +9,7 @@ define nodo::subsystem::inception(
     user       => $name,
     provider   => git,
     source     => "https://git.fluxo.info/${git_dev}/apps",
-    revision   => '1db4b99c5f551697458eb1f67338215ba365a537',
+    revision   => '79f1be3fba852d1d2fa001ac7e762ba7b2504015',
     submodules => true,
     require    => [ File["/home/${name}"], User[$name] ],
   }