]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Bump inception and do not manage luakit package
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Jul 2018 18:53:04 +0000 (15:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Jul 2018 18:53:04 +0000 (15:53 -0300)
manifests/subsystem/inception.pp
manifests/utils/network.pp

index a3b3b729f062e2cb428ac07e2d40203cb5292908..6cfd63f2a9fd7822d801f8902c5d9f03a2947fb8 100644 (file)
@@ -9,7 +9,7 @@ define nodo::subsystem::inception(
     user       => $name,
     provider   => git,
     source     => "https://git.fluxo.info/${git_dev}/apps",
-    revision   => '1f916888342bccc29e3bab752f0d157c039d5abc',
+    revision   => 'e4699a70bb48bb5ad5629a5019f361f4d032667e',
     submodules => true,
     require    => [ File["/home/${name}"], User[$name] ],
   }
index 4a311034f4f783caffb503744e4eeee12f5a7d45..da39e609ac0d43b00138ec830a7eaa5fec035f2d 100644 (file)
@@ -15,7 +15,6 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
     'amule',
     'vidalia',
     'torchat',
-    'luakit',
     'epiphany-browser',
     'bittorrent',
     'bittornado',
@@ -29,6 +28,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
     'iceweasel-vimperator',
     'mozilla-firefox-adblock',
     'icedtea6-plugin',
+    #'luakit',
   ]:
     ensure => absent,
   }