Puppet manifest to install Codeception on CentOS 6.4 Vagrant development server.
To install Codeception add one of the following to your manifest:
class { 'codeception': }
include 'codeception'
This will install Codeception globally.
The Codeception manifest requires that wget be installed.