azure.conf revision 273096
1#!/bin/sh
2#
3# $FreeBSD: head/release/tools/azure.conf 273096 2014-10-14 15:22:46Z gjb $
4#
5
6# Set to a list of packages to install.
7# Example:
8#export VM_EXTRA_PACKAGES="www/apache24"
9export VM_EXTRA_PACKAGES=
10
11# Set to a list of third-party software to enable in rc.conf(5).
12# Example:
13#export VM_RC_LIST="apache24"
14export VM_RC_LIST=
15