File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ pkg update
3+ pkg upgrade
4+ pkg install python2
5+
Original file line number Diff line number Diff line change 147147 copy : src=base_flavour_sshd_config dest=/usr/jails/flavours/bsdploy_base/etc/ssh/sshd_config owner=root group=wheel
148148- name : motd for bsdploy_base flavour
149149 copy : src=base_flavour_motd dest=/usr/jails/flavours/bsdploy_base/etc/motd owner=root group=wheel
150+ - name : startup script for bsdploy_base flavour
151+ copy : src=base_flavour_startup dest=/usr/jails/flavours/bsdploy_base/ezjail.flavour mode="666" owner=root group=wheel
150152- name : copy some settings from host to bsdploy_base flavour
151153 shell : cmp -s {{ item.src }} {{ item.dest }} || cp -v {{ item.src }} {{ item.dest }}
152154 register : _cp_settings_result
You can’t perform that action at this time.
0 commit comments