If nameserver config option is not set (default value), copy Dom0's
/etc/resolv.conf on guest.
Provide a role to show how to customize /etc/resolv.conf in guest.
* We could use the same functions to set a password via a --password flag
* It would nice to move more functionality to subroutines
* The current generatePassword subroutine, only generates alphanum passwords and hashes
1. Added new global function in our global functions file "removeDebianPackage".
2. Updated all role scripts to use the common function code instead of their own individual functions.
Updated such that role scripts all live in one directory, regardless of
the distribution to which they are meant to be applied.
This role directory can be specified with "--roledir", or via the configuration file setting "roledir=/path/to/dir".
See the following bug for rationale:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383822