summarylogtreecommitdiffstats
path: root/cfengine.install
blob: f8eba1f0d573cc202d0bf27c1f713d7372786fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {

 if [ ! -f /var/lib/cfengine/ppkeys/localhost.priv ]; then
  cf-key > /dev/null
 fi 

 if ! [ -f /var/lib/cfengine/masterfiles/promises.cf ]; then
  cp -R /usr/share/CoreBase/* /var/lib/cfengine/masterfiles/
 fi

}