Skip to content

Simple puppet module for installing the php cphalcon extension

Notifications You must be signed in to change notification settings

misakwa/puppet-phalcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puppet module for installing phalcon

Module will download and compile the phalcon extension for php. It requires the puppi module from Alessandro Franceschi to download and compile the extension at the moment.

Usage:

The version number must match the release tag in the cphalcon repository.

  • Install the latest version of phalcon
    class {'phalcon':
    }
  • Install a specific version
    class {'phalcon':
        version => '1.3.1'
    }

Contribution:

Pull requests are welcome.

Supported environments

This has currently been tested on Debian derivatives only at the moment although it should most likely work on others. If you discover it is not working for a specific version of an os then send in a pull request or open an issue and I'll try to get to it.

About

Simple puppet module for installing the php cphalcon extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages