Repository: bigtop
Updated Branches:
  refs/heads/master d609e926a -> 5fe581b22


BIGTOP-1596: Make apache forrest world writable as a workaround

Signed-off-by: Konstantin Boudnik <c...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5fe581b2
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5fe581b2
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5fe581b2

Branch: refs/heads/master
Commit: 5fe581b22635267d8e3bf93f55fd079bc9368497
Parents: d609e92
Author: Olaf Flebbe <o.fle...@science-computing.de>
Authored: Wed Jan 14 11:57:31 2015 +0100
Committer: Konstantin Boudnik <c...@apache.org>
Committed: Wed Jan 14 11:23:24 2015 -0800

----------------------------------------------------------------------
 bigtop_toolchain/manifests/forrest.pp | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5fe581b2/bigtop_toolchain/manifests/forrest.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/forrest.pp 
b/bigtop_toolchain/manifests/forrest.pp
index 1086ba5..b0c87f0 100644
--- a/bigtop_toolchain/manifests/forrest.pp
+++ b/bigtop_toolchain/manifests/forrest.pp
@@ -29,4 +29,20 @@ class bigtop_toolchain::forrest {
     target  => '/usr/local/apache-forrest-0.9',
     require => Exec['/bin/tar xvzf /usr/src/apache-forrest-0.9.tar.gz'],
   }
+  # BIGTOP-1596
+  file { '/usr/local/apache-forrest/build':
+    ensure => 'directory',
+    mode   => '0777',
+    recurse => true,
+  }
+  file { '/usr/local/apache-forrest/main':
+    ensure => 'directory',
+    mode   => '0777',
+    recurse => true,
+  }
+  file { '/usr/local/apache-forrest/plugins':
+     ensure => 'directory',
+    mode   => '0777',
+    recurse => true,
+  }
 }

Reply via email to