]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Bump inception
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 26 Jul 2018 14:30:45 +0000 (11:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 26 Jul 2018 14:30:45 +0000 (11:30 -0300)
manifests/subsystem/inception.pp

index 6cfd63f2a9fd7822d801f8902c5d9f03a2947fb8..3f7430282dae20d06cb4965fecb10be920a4979d 100644 (file)
@@ -9,7 +9,7 @@ define nodo::subsystem::inception(
     user       => $name,
     provider   => git,
     source     => "https://git.fluxo.info/${git_dev}/apps",
-    revision   => 'e4699a70bb48bb5ad5629a5019f361f4d032667e',
+    revision   => '037bc1c77e2b5c70ebd46d0c3402d6d864375afc',
     submodules => true,
     require    => [ File["/home/${name}"], User[$name] ],
   }