add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
class sysconfig::packages {
$package_list = [
'scl-utils',
'libmcrypt',
'expect'
]
package { $package_list:
ensure => present,
}
package { 'java-install':
name => 'java-1.8.0-openjdk-headless',
ensure => present,
}
}