{% calculate run='/bin/bash' %} SOURCE="{{ main.cl_chroot_path }}/usr/share/doc/netifrc-*/net.example.bz2" DEST="{{ main.cl_chroot_path }}/etc/conf.d/net.example" [[ -f $SOURCE ]] && bzip2 -dc "$SOURCE" >"$DEST" exit 0