c143c4
# NOTE:
c143c4
# The vb5 binaries must be uploaded to the target host, and made available at
c143c4
#
c143c4
#     /root/vb5_connect.zip
c143c4
#
c143c4
# before running state.apply
c143c4
c143c4
include:
c143c4
  - profile.vbulletin.php-fpm
c143c4
{% if salt['file.file_exists']('/root/vb5_connect.zip') %}
c143c4
  - profile.vbulletin.setup
c143c4
  - profile.vbulletin.tools
c143c4
{% endif %}