# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
package "libpq-dev"
gem_package "pg"
+package "make"
+package "gcc"
+
+remote_directory "/opt/flush" do
+ source "flush"
+ owner "root"
+ group "root"
+ mode 0o755
+ files_owner "root"
+ files_group "root"
+ files_mode 0o755
+end
+
+execute "/opt/flush/Makefile" do
+ action :nothing
+ command "make"
+ cwd "/opt/flush"
+ user "root"
+ group "root"
+ subscribes :run, "remote_directory[/opt/flush]"
+end
+
remote_directory "/usr/local/bin" do
source "replication-bin"
owner "root"