Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

zzzz_custom.ini not created #2202

Closed
tetele opened this issue Mar 1, 2016 · 12 comments
Closed

zzzz_custom.ini not created #2202

tetele opened this issue Mar 1, 2016 · 12 comments

Comments

@tetele
Copy link

tetele commented Mar 1, 2016

This is the config file

I'm trying to install PHP 5.6 on Ubuntu 14.04 x64 with the memcached PECL module and I get

==> admin: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-1361ef3223978bb902bbc95431a0270b/puphpet/manifests/php/ini.pp
==> admin: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-1361ef3223978bb902bbc95431a0270b/puphpet/manifests/php/ini.pp
==> admin: Wrapped exception:
==> admin: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini
==> admin: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/mods-available/zzzz_custom.ini]/ensure: change from absent to present failed: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-1361ef3223978bb902bbc95431a0270b/puphpet/manifests/php/ini.pp
@Lyubaev
Copy link

Lyubaev commented Mar 2, 2016

Having the same problem. Install PHP 5.6 on Ubuntu 14.04 x64

@thedeedawg
Copy link
Contributor

Currently experiencing the same issue, well apart from the PECL module, but it doesn't appear to be the source of this anyway. Providing my example as well.

Update: Same result with PHP 7.0.

==> puphpet-dev: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da0e756f6413293fa97a114effcb8584/puphpet/manifests/php/ini.pp
==> puphpet-dev: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da0e756f6413293fa97a114effcb8584/puphpet/manifests/php/ini.pp
==> puphpet-dev: Wrapped exception:
==> puphpet-dev: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini
==> puphpet-dev: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/mods-available/zzzz_custom.ini]/ensure: change from absent to present failed: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da0e756f6413293fa97a114effcb8584/puphpet/manifests/php/ini.pp
==> puphpet-dev: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/fpm/conf.d/zzzz_custom.ini]: Dependency File[/etc/php/mods-available/zzzz_custom.ini] has failures: true
==> puphpet-dev: Warning: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/fpm/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
==> puphpet-dev: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/cli/conf.d/zzzz_custom.ini]: Dependency File[/etc/php/mods-available/zzzz_custom.ini] has failures: true
==> puphpet-dev: Warning: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/cli/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
==> puphpet-dev: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/Augeas[CUSTOM/cgi.fix_pathinfo: 1]: Could not evaluate: Saving failed, see debug
==> puphpet-dev: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[display_errors]/Augeas[CUSTOM/display_errors: On]: Could not evaluate: Saving failed, see debug
==> puphpet-dev: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[error_reporting]/Augeas[CUSTOM/error_reporting: -1]: Could not evaluate: Saving failed, see debug
==> puphpet-dev: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[session.save_path]/Augeas[CUSTOM/session.save_path: /var/lib/php/session]: Could not evaluate: Saving failed, see debug
==> puphpet-dev: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[date.timezone]/Augeas[CUSTOM/date.timezone: UTC]: Could not evaluate: Saving failed, see debug
vagrantfile:
    target: local
    vm:
        provider:
            local:
                box: puphpet/ubuntu1404-x64
                box_url: puphpet/ubuntu1404-x64
                box_version: '0'
                chosen_virtualizer: virtualbox
                virtualizers:
                    virtualbox:
                        modifyvm:
                            natdnshostresolver1: false
                        showgui: 0
                    vmware:
                        numvcpus: 1
                    parallels:
                        use_linked_clone: 0
                        check_guest_tools: 0
                        update_guest_tools: 0
                machines:
                    vflm_o6zmpb2e405f:
                        id: puphpet-dev
                        network:
                            private_network: 192.168.56.101
                            forwarded_port:
                                vflmnfp_9kf3quti2s23:
                                    host: '5613'
                                    guest: '22'
                        hostname: puphpet-dev.puphpet
                        memory: '512'
                        cpus: '1'
        provision:
            puppet:
                manifests_path: puphpet/puppet/manifests
                module_path: puphpet/puppet/modules
                options:
                    - '--verbose'
                    - '--hiera_config /vagrant/puphpet/puppet/hiera.yaml'
        synced_folder:
            vflsf_7psj8dszrve7:
                source: ./
                target: /var/www
                sync_type: default
                smb:
                    smb_host: ''
                    smb_username: ''
                    smb_password: ''
                    mount_options:
                        dir_mode: '0775'
                        file_mode: '0664'
                rsync:
                    args:
                        - '--verbose'
                        - '--archive'
                        - '-z'
                    exclude:
                        - .vagrant/
                        - .git/
                    auto: 'true'
                owner: www-data
                group: www-data
        usable_port_range:
            start: 10200
            stop: 10500
        post_up_message: ''
    ssh:
        host: 'false'
        port: 'false'
        private_key_path: 'false'
        username: vagrant
        guest_port: 'false'
        keep_alive: '1'
        forward_agent: 'false'
        forward_x11: 'false'
        shell: 'bash -l'
        insert_key: 'false'
    vagrant:
        host: detect
    proxy:
        http: ''
        https: ''
        ftp: ''
        no_proxy: ''
        enabled: ''
server:
    install: '1'
    packages:
        - vim
        - htop
users_groups:
    install: '1'
    groups: {  }
    users: {  }
locale:
    install: '1'
    settings:
        default_locale: en_US.UTF-8
        locales:
            - en_GB.UTF-8
            - en_US.UTF-8
        timezone: UTC
firewall:
    install: '1'
    rules: {  }
cron:
    install: '1'
    jobs: {  }
nginx:
    install: '1'
    settings:
        default_vhost: 1
        proxy_buffer_size: 128k
        proxy_buffers: '4 256k'
        proxy_connect_timeout: 600s
        proxy_send_timeout: 600s
        proxy_read_timeout: 600s
        names_hash_bucket_size: 128
    upstreams: {  }
    vhosts:
        nxv_cjqq1jq6jzy3:
            server_name: puphpet.dev
            www_root: /var/www/puphpet.dev/puphpet/web
            listen_port: '80'
            index_files:
                - index.html
                - index.htm
                - index.php
            client_max_body_size: 1m
            ssl: '0'
            ssl_cert: ''
            ssl_key: ''
            ssl_port: '443'
            ssl_protocols: ''
            ssl_ciphers: ''
            rewrite_to_https: '1'
            spdy: '1'
            locations:
                nxvl_iyuernppyy36:
                    location: /
                    autoindex: 'off'
                    internal: 'false'
                    try_files:
                        - $uri
                        - $uri/
                        - /index.php$is_args$args
                    fastcgi: ''
                    fastcgi_index: ''
                    fastcgi_split_path: ''
                    proxy: ''
                    proxy_redirect: ''
                nxvl_2il8oxd9uoqg:
                    location: '~ \.php$'
                    autoindex: 'off'
                    internal: 'false'
                    try_files:
                        - $uri
                        - $uri/
                        - /index.php$is_args$args
                    fastcgi: '127.0.0.1:9000'
                    fastcgi_index: index.php
                    fastcgi_split_path: '^(.+\.php)(/.*)$'
                    fast_cgi_params_extra:
                        - 'SCRIPT_FILENAME $request_filename'
                        - 'APP_ENV dev'
                    set:
                        - '$path_info $fastcgi_path_info'
                    proxy: ''
                    proxy_redirect: ''
    proxies: {  }
apache:
    install: '0'
    settings:
        version: 2.4
        user: www-data
        group: www-data
        default_vhost: true
        manage_user: false
        manage_group: false
        sendfile: 0
    modules:
        - proxy_fcgi
        - rewrite
    vhosts:
        av_momtoauojcwr:
            servername: awesome.dev
            serveraliases:
                - www.awesome.dev
            docroot: /var/www/awesome
            port: '80'
            setenv:
                - 'APP_ENV dev'
            setenvif:
                - 'Authorization "(.*)" HTTP_AUTHORIZATION=$1'
            custom_fragment: ''
            ssl: '0'
            ssl_cert: ''
            ssl_key: ''
            ssl_chain: ''
            ssl_certs_dir: ''
            ssl_protocol: ''
            ssl_cipher: ''
            directories:
                avd_zzqlln2fe0lu:
                    path: /var/www/awesome
                    options:
                        - Indexes
                        - FollowSymlinks
                        - MultiViews
                    allow_override:
                        - All
                    require:
                        - 'all granted'
                    custom_fragment: ''
                    files_match:
                        avdfm_jcw4ap0gf3xh:
                            path: \.php$
                            sethandler: 'proxy:fcgi://127.0.0.1:9000'
                            custom_fragment: ''
                            provider: filesmatch
                    provider: directory
php:
    install: '1'
    settings:
        version: '56'
    modules:
        php:
            - cli
            - intl
            - curl
        pear: {  }
        pecl: {  }
    ini:
        display_errors: 'On'
        error_reporting: '-1'
        session.save_path: /var/lib/php/session
        date.timezone: UTC
    fpm_ini:
        error_log: /var/log/php-fpm.log
    fpm_pools:
        phpfp_29eukb063hkq:
            ini:
                prefix: www
                listen: '127.0.0.1:9000'
                security.limit_extensions: .php
                user: www-user
                group: www-data
    composer: '1'
    composer_home: ''
xdebug:
    install: '0'
    settings:
        xdebug.default_enable: '1'
        xdebug.remote_autostart: '0'
        xdebug.remote_connect_back: '1'
        xdebug.remote_enable: '1'
        xdebug.remote_handler: dbgp
        xdebug.remote_port: '9000'
blackfire:
    install: '0'
    settings:
        server_id: ''
        server_token: ''
        agent:
            http_proxy: ''
            https_proxy: ''
            log_file: stderr
            log_level: '1'
        php:
            agent_timeout: '0.25'
            log_file: ''
            log_level: '1'
xhprof:
    install: '0'
wpcli:
    install: '0'
    version: v0.21.1
drush:
    install: '0'
    version: 6.3.0
ruby:
    install: '1'
    versions: {  }
python:
    install: '1'
    packages: {  }
    versions: {  }
nodejs:
    install: '0'
    settings:
        version: '5'
    npm_packages: {  }
hhvm:
    install: '0'
    nightly: 0
    composer: '1'
    composer_home: ''
    settings: {  }
    server_ini:
        hhvm.server.host: 127.0.0.1
        hhvm.server.port: '9000'
        hhvm.log.use_log_file: '1'
        hhvm.log.file: /var/log/hhvm/error.log
    php_ini:
        display_errors: 'On'
        error_reporting: '-1'
        date.timezone: UTC
mariadb:
    install: '0'
    settings:
        version: '10.1'
        root_password: '123'
        override_options: {  }
    adminer: 0
    users:
        mariadbnu_oqihdg5k2ify:
            name: dbuser
            password: '123'
    databases:
        mariadbnd_xrpgtpekxaze:
            name: dbname
            sql: ''
    grants:
        mariadbng_71qjfzykdzfy:
            user: dbuser
            table: '*.*'
            privileges:
                - ALL
mysql:
    install: '0'
    settings:
        version: '5.5'
        root_password: '123'
        override_options: {  }
    adminer: 0
    users:
        mysqlnu_4gmiqv5ve5i1:
            name: dbuser
            password: '123'
    databases:
        mysqlnd_eh6wk4wc3x3t:
            name: dbname
            sql: ''
    grants:
        mysqlng_bauwn0fzy4su:
            user: dbuser
            table: '*.*'
            privileges:
                - ALL
postgresql:
    install: '0'
    settings:
        global:
            encoding: UTF8
            version: '9.4'
        server:
            postgres_password: '123'
    databases: {  }
    users: {  }
    grants: {  }
    adminer: 0
mongodb:
    install: '0'
    settings:
        bind_ip: 127.0.0.1
        port: '27017'
    globals:
        version: 2.6.0
    databases: {  }
redis:
    install: '0'
    settings:
        port: '6379'
sqlite:
    install: '0'
    adminer: 0
    databases: {  }
mailhog:
    install: '0'
    settings:
        smtp_ip: 0.0.0.0
        smtp_port: 1025
        http_ip: 0.0.0.0
        http_port: '8025'
        path: /usr/local/bin/mailhog
beanstalkd:
    install: '0'
    settings:
        listenaddress: 0.0.0.0
        listenport: '11300'
        maxjobsize: '65535'
        maxconnections: '1024'
        binlogdir: /var/lib/beanstalkd/binlog
        binlogfsync: null
        binlogsize: '10485760'
    beanstalk_console: 0
rabbitmq:
    install: '0'
    settings:
        port: '5672'
    users: {  }
    vhosts: {  }
    plugins: {  }
elastic_search:
    install: '0'
    settings:
        version: 2.1.0
        java_install: true
    instances:
        esi_gddjc8kg0vr9:
            name: es-01
solr:
    install: '0'
    settings:
        version: 4.10.2
        port: '8984'

@dimitrisfasoulas
Copy link

Same here ...

Vagrant 1.8.1
VirtualBox 5.0.14 r105127

config.yaml

vagrantfile:
    target: local
    vm:
        provider:
            local:
                box: puphpet/ubuntu1404-x64
                box_url: puphpet/ubuntu1404-x64
                box_version: '0'
                chosen_virtualizer: virtualbox
                virtualizers:
                    virtualbox:
                        modifyvm:
                            natdnshostresolver1: false
                        showgui: 0
                    vmware:
                        numvcpus: 1
                    parallels:
                        use_linked_clone: 0
                        check_guest_tools: 0
                        update_guest_tools: 0
                machines:
                    vflm_m55hu6sh22yn:
                        id: machine1
                        network:
                            private_network: 192.168.56.101
                            forwarded_port:
                                vflmnfp_44aufmyb0x7b:
                                    host: '6744'
                                    guest: '22'
                        hostname: machine1.puphpet
                        memory: '512'
                        cpus: '1'
        provision:
            puppet:
                manifests_path: puphpet/puppet/manifests
                module_path: puphpet/puppet/modules
                options:
                    - '--verbose'
                    - '--hiera_config /vagrant/puphpet/puppet/hiera.yaml'
        synced_folder:
            vflsf_irltmkjnm8i0:
                source: ./
                target: /var/www
                sync_type: default
                smb:
                    smb_host: ''
                    smb_username: ''
                    smb_password: ''
                    mount_options:
                        dir_mode: '0775'
                        file_mode: '0664'
                rsync:
                    args:
                        - '--verbose'
                        - '--archive'
                        - '-z'
                    exclude:
                        - .vagrant/
                        - .git/
                    auto: 'true'
                owner: www-data
                group: www-data
        usable_port_range:
            start: 10200
            stop: 10500
        post_up_message: ''
    ssh:
        host: 'false'
        port: 'false'
        private_key_path: 'false'
        username: vagrant
        guest_port: 'false'
        keep_alive: '1'
        forward_agent: 'false'
        forward_x11: 'false'
        shell: 'bash -l'
        insert_key: 'false'
    vagrant:
        host: detect
    proxy:
        http: ''
        https: ''
        ftp: ''
        no_proxy: ''
        enabled: ''
server:
    install: '1'
    packages: {  }
users_groups:
    install: '1'
    groups: {  }
    users: {  }
locale:
    install: '1'
    settings:
        default_locale: en_US.UTF-8
        locales:
            - en_GB.UTF-8
            - en_US.UTF-8
        timezone: UTC
firewall:
    install: '1'
    rules: {  }
cron:
    install: '1'
    jobs: {  }
nginx:
    install: '0'
    settings:
        default_vhost: 1
        proxy_buffer_size: 128k
        proxy_buffers: '4 256k'
        proxy_connect_timeout: 600s
        proxy_send_timeout: 600s
        proxy_read_timeout: 600s
        names_hash_bucket_size: 128
    upstreams: {  }
    vhosts:
        nxv_4i7i97vttkxi:
            server_name: awesome.dev
            server_aliases:
                - www.awesome.dev
            www_root: /var/www/awesome
            listen_port: '80'
            index_files:
                - index.html
                - index.htm
                - index.php
            client_max_body_size: 1m
            ssl: '0'
            ssl_cert: ''
            ssl_key: ''
            ssl_port: '443'
            ssl_protocols: ''
            ssl_ciphers: ''
            rewrite_to_https: '1'
            spdy: '1'
            locations:
                nxvl_gfh1fl8a6d18:
                    location: /
                    autoindex: 'off'
                    internal: 'false'
                    try_files:
                        - $uri
                        - $uri/
                        - /index.php$is_args$args
                    fastcgi: ''
                    fastcgi_index: ''
                    fastcgi_split_path: ''
                    proxy: ''
                    proxy_redirect: ''
                nxvl_30lrz0psxy3j:
                    location: '~ \.php$'
                    autoindex: 'off'
                    internal: 'false'
                    try_files:
                        - $uri
                        - $uri/
                        - /index.php$is_args$args
                    fastcgi: '127.0.0.1:9000'
                    fastcgi_index: index.php
                    fastcgi_split_path: '^(.+\.php)(/.*)$'
                    fast_cgi_params_extra:
                        - 'SCRIPT_FILENAME $request_filename'
                        - 'APP_ENV dev'
                    set:
                        - '$path_info $fastcgi_path_info'
                    proxy: ''
                    proxy_redirect: ''
    proxies: {  }
apache:
    install: '1'
    settings:
        version: 2.4
        user: www-data
        group: www-data
        default_vhost: true
        manage_user: false
        manage_group: false
        sendfile: 0
    modules:
        - proxy_fcgi
        - rewrite
    vhosts:
        av_wa4ckoeq1l6h:
            servername: awesome.dev
            serveraliases:
                - www.awesome.dev
            docroot: /var/www/awesome
            port: '80'
            setenv:
                - 'APP_ENV dev'
            setenvif:
                - 'Authorization "(.*)" HTTP_AUTHORIZATION=$1'
            custom_fragment: ''
            ssl: '0'
            ssl_cert: ''
            ssl_key: ''
            ssl_chain: ''
            ssl_certs_dir: ''
            ssl_protocol: ''
            ssl_cipher: ''
            directories:
                avd_qmil4ddret9l:
                    path: /var/www/awesome
                    options:
                        - Indexes
                        - FollowSymlinks
                        - MultiViews
                    allow_override:
                        - All
                    require:
                        - 'all granted'
                    custom_fragment: ''
                    files_match:
                        avdfm_nibwqhj33iiz:
                            path: \.php$
                            sethandler: 'proxy:fcgi://127.0.0.1:9000'
                            custom_fragment: ''
                            provider: filesmatch
                    provider: directory
php:
    install: '1'
    settings:
        version: '56'
    modules:
        php:
            - cli
            - intl
        pear: {  }
        pecl: {  }
    ini:
        display_errors: 'On'
        error_reporting: '-1'
        session.save_path: /var/lib/php/session
        date.timezone: UTC
    fpm_ini:
        error_log: /var/log/php-fpm.log
    fpm_pools:
        phpfp_gpofvyxjnmjg:
            ini:
                prefix: www
                listen: '127.0.0.1:9000'
                security.limit_extensions: .php
                user: www-user
                group: www-data
    composer: '1'
    composer_home: ''
xdebug:
    install: '0'
    settings:
        xdebug.default_enable: '1'
        xdebug.remote_autostart: '0'
        xdebug.remote_connect_back: '1'
        xdebug.remote_enable: '1'
        xdebug.remote_handler: dbgp
        xdebug.remote_port: '9000'
blackfire:
    install: '0'
    settings:
        server_id: ''
        server_token: ''
        agent:
            http_proxy: ''
            https_proxy: ''
            log_file: stderr
            log_level: '1'
        php:
            agent_timeout: '0.25'
            log_file: ''
            log_level: '1'
xhprof:
    install: '0'
wpcli:
    install: '0'
    version: v0.21.1
drush:
    install: '0'
    version: 6.3.0
ruby:
    install: '1'
    versions:
        rv_29lc75yg3ad8:
            default: '1'
            bundler: '1'
            version: 1.9.3
            gems:
                - deep_merge
                - activesupport
                - vine
python:
    install: '1'
    packages: {  }
    versions: {  }
nodejs:
    install: '0'
    settings:
        version: '5'
    npm_packages: {  }
hhvm:
    install: '0'
    nightly: 0
    composer: '1'
    composer_home: ''
    settings: {  }
    server_ini:
        hhvm.server.host: 127.0.0.1
        hhvm.server.port: '9000'
        hhvm.log.use_log_file: '1'
        hhvm.log.file: /var/log/hhvm/error.log
    php_ini:
        display_errors: 'On'
        error_reporting: '-1'
        date.timezone: UTC
mariadb:
    install: '1'
    settings:
        version: '10.1'
        root_password: '123'
        override_options: {  }
    adminer: 0
    users:
        mariadbnu_7h8v0go7mmr1:
            name: dbuser
            password: '123'
    databases:
        mariadbnd_yoryg77zfx4o:
            name: dbname
            sql: ''
    grants:
        mariadbng_n2vt7mcdkidm:
            user: dbuser
            table: '*.*'
            privileges:
                - ALL
mysql:
    install: '0'
    settings:
        version: '5.5'
        root_password: '123'
        override_options: {  }
    adminer: 0
    users:
        mysqlnu_xd02qvaa6fjf:
            name: dbuser
            password: '123'
    databases:
        mysqlnd_9twtcvvgs2cb:
            name: dbname
            sql: ''
    grants:
        mysqlng_6relbozdcfw8:
            user: dbuser
            table: '*.*'
            privileges:
                - ALL
postgresql:
    install: '0'
    settings:
        global:
            encoding: UTF8
            version: '9.4'
        server:
            postgres_password: '123'
    databases: {  }
    users: {  }
    grants: {  }
    adminer: 0
mongodb:
    install: '0'
    settings:
        bind_ip: 127.0.0.1
        port: '27017'
    globals:
        version: 2.6.0
    databases: {  }
redis:
    install: '0'
    settings:
        port: '6379'
sqlite:
    install: '0'
    adminer: 0
    databases: {  }
mailhog:
    install: '0'
    settings:
        smtp_ip: 0.0.0.0
        smtp_port: 1025
        http_ip: 0.0.0.0
        http_port: '8025'
        path: /usr/local/bin/mailhog
beanstalkd:
    install: '0'
    settings:
        listenaddress: 0.0.0.0
        listenport: '11300'
        maxjobsize: '65535'
        maxconnections: '1024'
        binlogdir: /var/lib/beanstalkd/binlog
        binlogfsync: null
        binlogsize: '10485760'
    beanstalk_console: 0
rabbitmq:
    install: '0'
    settings:
        port: '5672'
    users: {  }
    vhosts: {  }
    plugins: {  }
elastic_search:
    install: '0'
    settings:
        version: 2.1.0
        java_install: true
    instances:
        esi_p8wj5a5xjnyf:
            name: es-01
solr:
    install: '0'
    settings:
        version: 4.10.2
        port: '8984'

error output

==> machine1: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/user: www-user]/Augeas[www/user: www-user]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da104a522a1648c8a6576160b8c86aca/puphpet/manifests/php/ini.pp
==> machine1: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da104a522a1648c8a6576160b8c86aca/puphpet/manifests/php/ini.pp
==> machine1: Wrapped exception:
==> machine1: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/mods-available/zzzz_custom.ini]/ensure: change from absent to present failed: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da104a522a1648c8a6576160b8c86aca/puphpet/manifests/php/ini.pp
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/fpm/conf.d/zzzz_custom.ini]: Dependency File[/etc/php/mods-available/zzzz_custom.ini] has failures: true
==> machine1: Warning: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/fpm/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/cli/conf.d/zzzz_custom.ini]: Dependency File[/etc/php/mods-available/zzzz_custom.ini] has failures: true
==> machine1: Warning: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/cli/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/Augeas[CUSTOM/cgi.fix_pathinfo: 1]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[display_errors]/Augeas[CUSTOM/display_errors: On]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[error_reporting]/Augeas[CUSTOM/error_reporting: -1]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[session.save_path]/Augeas[CUSTOM/session.save_path: /var/lib/php/session]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[date.timezone]/Augeas[CUSTOM/date.timezone: UTC]: Could not evaluate: Saving failed, see debug

full output

Bringing machine 'machine1' up with 'virtualbox' provider...
==> machine1: Importing base box 'puphpet/ubuntu1404-x64'...
==> machine1: Matching MAC address for NAT networking...
==> machine1: Checking if box 'puphpet/ubuntu1404-x64' is up to date...
==> machine1: Setting the name of the VM: v_machine1_1456920760754_64539
==> machine1: Clearing any previously set network interfaces...
==> machine1: Preparing network interfaces based on configuration...
    machine1: Adapter 1: nat
    machine1: Adapter 2: hostonly
==> machine1: Forwarding ports...
    machine1: 22 (guest) => 6744 (host) (adapter 1)
    machine1: 22 (guest) => 2222 (host) (adapter 1)
==> machine1: Running 'pre-boot' VM customizations...
==> machine1: Booting VM...
==> machine1: Waiting for machine to boot. This may take a few minutes...
    machine1: SSH address: 127.0.0.1:2222
    machine1: SSH username: vagrant
    machine1: SSH auth method: private key
==> machine1: Machine booted and ready!
==> machine1: Checking for guest additions in VM...
==> machine1: Setting hostname...
==> machine1: Configuring and enabling network interfaces...
==> machine1: Mounting shared folders...
    machine1: /var/www => /Users/gatos/Downloads/v
    machine1: /vagrant => /Users/gatos/Downloads/v
    machine1: /tmp/vagrant-puppet/modules-da104a522a1648c8a6576160b8c86aca => /Users/gatos/Downloads/v/puphpet/puppet/modules
    machine1: /tmp/vagrant-puppet/manifests-75f35e3bc7e32744860c4bb229c88812 => /Users/gatos/Downloads/v/puphpet/puppet/manifests
==> machine1: Running provisioner: shell...
    machine1: Running: inline script
==> machine1: Running provisioner: shell...
    machine1: Running: /var/folders/wy/gtl5jd7s1cvfhf414rfvskj00000gn/T/vagrant-shell20160302-6751-1x4l9nt.sh
==> machine1:
==> machine1:  ____        ____  _   _ ____      _      generated using
==> machine1: |  _ \ _   _|  _ \| | | |  _ \ ___| |_   ___ ___  _ __ ___
==> machine1: | |_) | | | | |_) | |_| | |_) / _ \ __| / __/ _ \| '_ ` _ \
==> machine1: |  __/| |_| |  __/|  _  |  __/  __/ |_ | (_| (_) | | | | | |
==> machine1: |_|    \__,_|_|   |_| |_|_|   \___|\__(_)___\___/|_| |_| |_|
==> machine1: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
==> machine1: Get:2 http://security.ubuntu.com trusty-security/main Sources [105 kB]
==> machine1: Ign http://apt.puppetlabs.com trusty InRelease
==> machine1: Ign http://us.archive.ubuntu.com trusty InRelease
==> machine1: Get:3 http://security.ubuntu.com trusty-security/restricted Sources [4,035 B]
==> machine1: Get:4 http://security.ubuntu.com trusty-security/universe Sources [33.3 kB]
==> machine1: Get:5 http://us.archive.ubuntu.com trusty-updates InRelease [65.9 kB]
==> machine1: Get:6 http://apt.puppetlabs.com trusty Release.gpg [836 B]
==> machine1: Get:7 http://security.ubuntu.com trusty-security/multiverse Sources [2,767 B]
==> machine1: Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [427 kB]
==> machine1: Get:9 http://apt.puppetlabs.com trusty Release [32.3 kB]
==> machine1: Get:10 http://security.ubuntu.com trusty-security/restricted amd64 Packages [13.0 kB]
==> machine1: Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [124 kB]
==> machine1: Get:12 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4,990 B]
==> machine1: Get:13 http://security.ubuntu.com trusty-security/main i386 Packages [400 kB]
==> machine1: Get:14 http://us.archive.ubuntu.com trusty-backports InRelease [65.9 kB]
==> machine1: Get:15 http://security.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
==> machine1: Get:16 http://security.ubuntu.com trusty-security/universe i386 Packages [124 kB]
==> machine1: Hit http://us.archive.ubuntu.com trusty Release.gpg
==> machine1: Get:17 http://security.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
==> machine1: Get:18 http://apt.puppetlabs.com trusty/PC1 Sources [6,436 B]
==> machine1: Get:19 http://security.ubuntu.com trusty-security/main Translation-en [234 kB]
==> machine1: Get:20 http://security.ubuntu.com trusty-security/multiverse Translation-en [2,570 B]
==> machine1: Get:21 http://us.archive.ubuntu.com trusty-updates/main Sources [260 kB]
==> machine1: Get:22 http://security.ubuntu.com trusty-security/restricted Translation-en [3,206 B]
==> machine1: Get:23 http://apt.puppetlabs.com trusty/PC1 amd64 Packages [7,454 B]
==> machine1: Get:24 http://security.ubuntu.com trusty-security/universe Translation-en [72.7 kB]
==> machine1: Get:25 http://apt.puppetlabs.com trusty/PC1 i386 Packages [7,465 B]
==> machine1: Get:26 http://us.archive.ubuntu.com trusty-updates/restricted Sources [5,352 B]
==> machine1: Get:27 http://us.archive.ubuntu.com trusty-updates/universe Sources [150 kB]
==> machine1: Get:28 http://us.archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
==> machine1: Get:29 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages [709 kB]
==> machine1: Get:30 http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
==> machine1: Get:31 http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages [338 kB]
==> machine1: Get:32 http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.2 kB]
==> machine1: Ign http://apt.puppetlabs.com trusty/PC1 Translation-en_US
==> machine1: Get:33 http://us.archive.ubuntu.com trusty-updates/main i386 Packages [688 kB]
==> machine1: Ign http://apt.puppetlabs.com trusty/PC1 Translation-en
==> machine1: Get:34 http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
==> machine1: Get:35 http://us.archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
==> machine1: Get:36 http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
==> machine1: Get:37 http://us.archive.ubuntu.com trusty-updates/main Translation-en [359 kB]
==> machine1: Get:38 http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en [6,947 B]
==> machine1: Get:39 http://us.archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
==> machine1: Get:40 http://us.archive.ubuntu.com trusty-updates/universe Translation-en [180 kB]
==> machine1: Get:41 http://us.archive.ubuntu.com trusty-backports/main Sources [8,661 B]
==> machine1: Get:42 http://us.archive.ubuntu.com trusty-backports/restricted Sources [28 B]
==> machine1: Get:43 http://us.archive.ubuntu.com trusty-backports/universe Sources [33.2 kB]
==> machine1: Get:44 http://us.archive.ubuntu.com trusty-backports/multiverse Sources [1,898 B]
==> machine1: Get:45 http://us.archive.ubuntu.com trusty-backports/main amd64 Packages [9,787 B]
==> machine1: Get:46 http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]
==> machine1: Get:47 http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages [40.0 kB]
==> machine1: Get:48 http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,571 B]
==> machine1: Get:49 http://us.archive.ubuntu.com trusty-backports/main i386 Packages [9,814 B]
==> machine1: Get:50 http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages [28 B]
==> machine1: Get:51 http://us.archive.ubuntu.com trusty-backports/universe i386 Packages [40.0 kB]
==> machine1: Get:52 http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,552 B]
==> machine1: Get:53 http://us.archive.ubuntu.com trusty-backports/main Translation-en [5,843 B]
==> machine1: Get:54 http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en [1,215 B]
==> machine1: Get:55 http://us.archive.ubuntu.com trusty-backports/restricted Translation-en [28 B]
==> machine1: Get:56 http://us.archive.ubuntu.com trusty-backports/universe Translation-en [34.7 kB]
==> machine1: Hit http://us.archive.ubuntu.com trusty Release
==> machine1: Hit http://us.archive.ubuntu.com trusty/main Sources
==> machine1: Hit http://us.archive.ubuntu.com trusty/restricted Sources
==> machine1: Hit http://us.archive.ubuntu.com trusty/universe Sources
==> machine1: Hit http://us.archive.ubuntu.com trusty/multiverse Sources
==> machine1: Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/main i386 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
==> machine1: Hit http://us.archive.ubuntu.com trusty/main Translation-en
==> machine1: Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
==> machine1: Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
==> machine1: Hit http://us.archive.ubuntu.com trusty/universe Translation-en
==> machine1: Ign http://us.archive.ubuntu.com trusty/main Translation-en_US
==> machine1: Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US
==> machine1: Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US
==> machine1: Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
==> machine1: Fetched 5,113 kB in 9s (538 kB/s)
==> machine1: Reading package lists...
==> machine1: Reading package lists...
==> machine1: Building dependency tree...
==> machine1: The following extra packages will be installed:
==> machine1:   python-pycurl python3-pycurl python3-software-properties unattended-upgrades
==> machine1: Suggested packages:
==> machine1:   libcurl4-gnutls-dev python-pycurl-dbg python3-pycurl-dbg bsd-mailx
==> machine1:   mail-transport-agent
==> machine1: The following NEW packages will be installed:
==> machine1:   python-pycurl python-software-properties python3-pycurl
==> machine1:   python3-software-properties software-properties-common unattended-upgrades
==> machine1: 0 upgraded, 6 newly installed, 0 to remove and 83 not upgraded.
==> machine1: Need to get 169 kB of archives.
==> machine1: After this operation, 1,158 kB of additional disk space will be used.
==> machine1: Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-pycurl amd64 7.19.3-0ubuntu3 [47.9 kB]
==> machine1: Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.4 [25.9 kB]
==> machine1: Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-software-properties all 0.92.37.7 [19.6 kB]
==> machine1: Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty/main python3-pycurl amd64 7.19.3-0ubuntu3 [47.5 kB]
==> machine1: Get:5 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-software-properties all 0.92.37.7 [19.1 kB]
==> machine1: Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.7 [9,356 B]
==> machine1: Preconfiguring packages ...
==> machine1: Fetched 169 kB in 1s (135 kB/s)
==> machine1: Selecting previously unselected package python-pycurl.
==> machine1: (Reading database ... 62233 files and directories currently installed.)
==> machine1: Preparing to unpack .../python-pycurl_7.19.3-0ubuntu3_amd64.deb ...
==> machine1: Unpacking python-pycurl (7.19.3-0ubuntu3) ...
==> machine1: Selecting previously unselected package unattended-upgrades.
==> machine1: Preparing to unpack .../unattended-upgrades_0.82.1ubuntu2.4_all.deb ...
==> machine1: Unpacking unattended-upgrades (0.82.1ubuntu2.4) ...
==> machine1: Selecting previously unselected package python-software-properties.
==> machine1: Preparing to unpack .../python-software-properties_0.92.37.7_all.deb ...
==> machine1: Unpacking python-software-properties (0.92.37.7) ...
==> machine1: Selecting previously unselected package python3-pycurl.
==> machine1: Preparing to unpack .../python3-pycurl_7.19.3-0ubuntu3_amd64.deb ...
==> machine1: Unpacking python3-pycurl (7.19.3-0ubuntu3) ...
==> machine1: Selecting previously unselected package python3-software-properties.
==> machine1: Preparing to unpack .../python3-software-properties_0.92.37.7_all.deb ...
==> machine1: Unpacking python3-software-properties (0.92.37.7) ...
==> machine1: Selecting previously unselected package software-properties-common.
==> machine1: Preparing to unpack .../software-properties-common_0.92.37.7_all.deb ...
==> machine1: Unpacking software-properties-common (0.92.37.7) ...
==> machine1: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> machine1: Processing triggers for ureadahead (0.100.0-16) ...
==> machine1: Setting up python-pycurl (7.19.3-0ubuntu3) ...
==> machine1: Setting up unattended-upgrades (0.82.1ubuntu2.4) ...
==> machine1: Setting up python3-pycurl (7.19.3-0ubuntu3) ...
==> machine1: Processing triggers for ureadahead (0.100.0-16) ...
==> machine1: Setting up python-software-properties (0.92.37.7) ...
==> machine1: Setting up python3-software-properties (0.92.37.7) ...
==> machine1: Setting up software-properties-common (0.92.37.7) ...
==> machine1: Running provisioner: shell...
    machine1: Running: /var/folders/wy/gtl5jd7s1cvfhf414rfvskj00000gn/T/vagrant-shell20160302-6751-1865nn4.sh
==> machine1: Pre-existing private key found at 'puphpet/files/dot/ssh/root_id_rsa'
==> machine1: Pre-existing private key found at 'puphpet/files/dot/ssh/id_rsa'
==> machine1: Adding generated root key to /root/.ssh/id_rsa
==> machine1: Adding generated root key to /root/.ssh/id_rsa.pub
==> machine1: Adding generated root key to /root/.ssh/authorized_keys
==> machine1: Adding generated key to /home/vagrant/.ssh/id_rsa
==> machine1: Adding generated key to /home/vagrant/.ssh/id_rsa.pub
==> machine1: Adding generated key to /home/vagrant/.ssh/authorized_keys
==> machine1: Running provisioner: shell...
    machine1: Running: /var/folders/wy/gtl5jd7s1cvfhf414rfvskj00000gn/T/vagrant-shell20160302-6751-18jl4t9.sh
==> machine1: Running provisioner: shell...
    machine1: Running: /var/folders/wy/gtl5jd7s1cvfhf414rfvskj00000gn/T/vagrant-shell20160302-6751-2fis4j.sh
==> machine1: Successfully installed deep_merge-1.0.1
==> machine1: Successfully installed activesupport-4.2.5.2
==> machine1: Successfully installed vine-0.2
==> machine1: 3 gems installed
==> machine1: Running provisioner: shell...
    machine1: Running: /var/folders/wy/gtl5jd7s1cvfhf414rfvskj00000gn/T/vagrant-shell20160302-6751-17ee9d.sh
==> machine1: Running files in files/exec-preprovision
==> machine1: Created file /.puphpet-stuff/exec-preprovision-ran
==> machine1: Finished running files in files/exec-preprovision
==> machine1: To run again, delete hashes you want rerun in /.puphpet-stuff/exec-preprovision-ran or the whole file to rerun all
==> machine1: Running provisioner: puppet...
==> machine1: Running Puppet with ...
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Warning: Scope(Apt::Source[mariadb]): $required_packages is deprecated and will be removed in the next major release, please use package resources instead.
==> machine1: Notice: Compiled catalog for machine1.puphpet in environment production in 7.24 seconds
==> machine1: Warning: Found multiple default providers for vcsrepo: bzr, cvs, dummy, git, hg, svn; using bzr
==> machine1: Info: Applying configuration version '1456920818'
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/File[/var/lib/mysql]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_php/Exec[mkdir -p /var/lib/php/session]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet_php/Exec[mkdir -p /var/lib/php/session]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Python::Pip/Exec[Download and install ez_setup]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Python::Pip/Exec[easy_install pip]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Rvm::Group/Group[rvm]/ensure: created
==> machine1: Notice: /Stage[main]/Rvm::Rvmrc/File[/etc/rvmrc]/ensure: defined content as '{md5}3ec590d219afbf91a7c1a149a15e72cb'
==> machine1: Notice: /Stage[main]/Swap_file/Exec[Create swap file]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Swap_file/Exec[Attach swap file]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_server/Group[puppet]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_server/Group[www-user]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/User[mysql]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/Exec[Create pidfile parent directory]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/Exec[Set pidfile parent directory permissions]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_server/User[vagrant]/groups: groups changed 'adm,cdrom,sudo,dip,plugdev,lpadmin,sambashare' to ['adm', 'cdrom', 'dip', 'lpadmin', 'plugdev', 'rvm', 'sambashare', 'sudo', 'www-data', 'www-user']
==> machine1: Notice: /Stage[main]/Puphpet_server/User[apache]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_server/User[nginx]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_server/User[httpd]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_server/User[www-data]/shell: shell changed '/usr/sbin/nologin' to '/bin/bash'
==> machine1: Notice: /Stage[main]/Puphpet_server/User[www-data]/groups: groups changed '' to ['www-data']
==> machine1: Notice: /Stage[main]/Puphpet_php/File[/var/lib/php/session]/owner: owner changed 'root' to 'www-data'
==> machine1: Notice: /Stage[main]/Puphpet_php/File[/var/lib/php/session]/group: group changed 'root' to 'www-data'
==> machine1: Notice: /Stage[main]/Puphpet_php/File[/var/lib/php/session]/mode: mode changed '0755' to '0775'
==> machine1: Notice: /Stage[main]/Puphpet_server/User[www-user]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_server/Exec[dotfiles]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Apt/File[preferences]/ensure: created
==> machine1: Info: /Stage[main]/Apt/File[preferences]: Scheduling refresh of Class[Apt::Update]
==> machine1: Info: Computing checksum on file /etc/timezone
==> machine1: Info: /Stage[main]/Timezone/File[/etc/timezone]: Filebucketed /etc/timezone to puppet with sum 4f24b133ba38d8fd565168742c9aedeb
==> machine1: Notice: /Stage[main]/Timezone/File[/etc/timezone]/content: content changed '{md5}4f24b133ba38d8fd565168742c9aedeb' to '{md5}ae1d80ba85332ae2d9fbbd491b17c043'
==> machine1: Info: /Stage[main]/Timezone/File[/etc/timezone]: Scheduling refresh of Exec[update_timezone]
==> machine1: Notice: /Stage[main]/Timezone/Exec[update_timezone]: Triggered 'refresh' from 1 events
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Repo::Ubuntu/Apt::Key[14AA40EC0831756756D7F66C4F4EA0AAE5267A6C]/Apt_key[14AA40EC0831756756D7F66C4F4EA0AAE5267A6C]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Repo::Ubuntu/Apt::Ppa[ppa:ondrej/apache2]/Exec[add-apt-repository-ppa:ondrej/apache2]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Apache::Repo::Ubuntu/Apt::Ppa[ppa:ondrej/apache2]/Exec[add-apt-repository-ppa:ondrej/apache2]: Scheduling refresh of Class[Apt::Update]
==> machine1: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat]/ensure: created
==> machine1: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat/bin]/ensure: created
==> machine1: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat/bin/concatfragments.sh]/ensure: defined content as '{md5}7bbe7c5fce25a5ddd20415d909ba44fc'
==> machine1: Notice: /Stage[main]/Puphpet::Php::Repos/Apt::Ppa[ppa:ondrej/php]/Exec[add-apt-repository-ppa:ondrej/php]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Repos/Apt::Ppa[ppa:ondrej/php]/Exec[add-apt-repository-ppa:ondrej/php]: Scheduling refresh of Class[Apt::Update]
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File[/home/vagrant/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File_line[rvm_autoupdate_flag=0 >> ~/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File[/root/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File_line[rvm_autoupdate_flag=0 >> /root/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]/ensure: defined content as '{md5}0962d70c4ec78bbfa6f3544ae0c41974'
==> machine1: Info: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]: Scheduling refresh of Class[Apt::Update]
==> machine1: Notice: /Stage[main]/Puphpet_server/Apt::Key[945A6177078449082DDCC0E5551CE2FB4CBEDD5A]/Apt_key[945A6177078449082DDCC0E5551CE2FB4CBEDD5A]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_server/Apt::Ppa[ppa:pdoes/ppa]/Exec[add-apt-repository-ppa:pdoes/ppa]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet_server/Apt::Ppa[ppa:pdoes/ppa]/Exec[add-apt-repository-ppa:pdoes/ppa]: Scheduling refresh of Class[Apt::Update]
==> machine1: Notice: /Stage[main]/Puphpet::Mariadb/Apt::Source[mariadb]/Apt::Key[Add key: 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB from Apt::Source mariadb]/Apt_key[Add key: 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB from Apt::Source mariadb]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Mariadb/Apt::Source[mariadb]/Apt::Setting[list-mariadb]/File[/etc/apt/sources.list.d/mariadb.list]/ensure: defined content as '{md5}5b6715d8f50c6eaf6cc21cabcaab39fe'
==> machine1: Info: /Stage[main]/Puphpet::Mariadb/Apt::Source[mariadb]/Apt::Setting[list-mariadb]/File[/etc/apt/sources.list.d/mariadb.list]: Scheduling refresh of Class[Apt::Update]
==> machine1: Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
==> machine1: Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events
==> machine1: Notice: /Stage[main]/Apache/Package[httpd]/ensure: created
==> machine1: Info: /Stage[main]/Apache/Package[httpd]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache/Exec[mkdir /etc/apache2/conf.d]/returns: executed successfully
==> machine1: Info: Computing checksum on file /etc/apache2/sites-available/000-default.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/apache2/sites-available/000-default.conf]: Filebucketed /etc/apache2/sites-available/000-default.conf to puppet with sum f3066f67070ab9b1ad9bab81ca05330a
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/000-default.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/apache2/sites-available/default-ssl.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl.conf]: Filebucketed /etc/apache2/sites-available/default-ssl.conf to puppet with sum 62e941b4a0ff9e7794e82c98c8a846a2
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl.conf]/ensure: removed
==> machine1: Info: /etc/apache2/sites-available: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-enabled/000-default.conf]/ensure: removed
==> machine1: Info: /etc/apache2/sites-enabled: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/reqtimeout.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Reqtimeout/File[reqtimeout.conf]: Filebucketed /etc/apache2/mods-available/reqtimeout.conf to puppet with sum 40b45155afb3d14263d12e6fc4a98513
==> machine1: Notice: /Stage[main]/Apache::Mod::Reqtimeout/File[reqtimeout.conf]/content: content changed '{md5}40b45155afb3d14263d12e6fc4a98513' to '{md5}81c51851ab7ee7942bef389dc7c0e985'
==> machine1: Info: /Stage[main]/Apache::Mod::Reqtimeout/File[reqtimeout.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/alias.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Alias/File[alias.conf]: Filebucketed /etc/apache2/mods-available/alias.conf to puppet with sum c6e9f26152898c38e58211c8b362d5c3
==> machine1: Notice: /Stage[main]/Apache::Mod::Alias/File[alias.conf]/content: content changed '{md5}c6e9f26152898c38e58211c8b362d5c3' to '{md5}cb528041df274fb077800a8e2e64f94e'
==> machine1: Info: /Stage[main]/Apache::Mod::Alias/File[alias.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/autoindex.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]: Filebucketed /etc/apache2/mods-available/autoindex.conf to puppet with sum bfba7d77669e02b869b92e98215d58fc
==> machine1: Notice: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]/content: content changed '{md5}bfba7d77669e02b869b92e98215d58fc' to '{md5}2421a3c6df32c7e38c2a7a22afdf5728'
==> machine1: Info: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/deflate.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]: Filebucketed /etc/apache2/mods-available/deflate.conf to puppet with sum 6649a32153b9afdc53f6898b5a10a2d6
==> machine1: Notice: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]/content: content changed '{md5}6649a32153b9afdc53f6898b5a10a2d6' to '{md5}a045d750d819b1e9dae3fbfb3f20edd5'
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/dir.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Dir/File[dir.conf]: Filebucketed /etc/apache2/mods-available/dir.conf to puppet with sum fe4bc5fa3b3cc7a241fe57f8fabc55a1
==> machine1: Notice: /Stage[main]/Apache::Mod::Dir/File[dir.conf]/content: content changed '{md5}fe4bc5fa3b3cc7a241fe57f8fabc55a1' to '{md5}c741d8ea840e6eb999d739eed47c69d7'
==> machine1: Info: /Stage[main]/Apache::Mod::Dir/File[dir.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/mime.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Mime/File[mime.conf]: Filebucketed /etc/apache2/mods-available/mime.conf to puppet with sum 7369c2fd5edf2192edbd6d865b632ae5
==> machine1: Notice: /Stage[main]/Apache::Mod::Mime/File[mime.conf]/content: content changed '{md5}7369c2fd5edf2192edbd6d865b632ae5' to '{md5}2fa646fe615e44d137a5d629f868c107'
==> machine1: Info: /Stage[main]/Apache::Mod::Mime/File[mime.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/negotiation.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]: Filebucketed /etc/apache2/mods-available/negotiation.conf to puppet with sum 443398efdd41085bc1a70047f6e61c95
==> machine1: Notice: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]/content: content changed '{md5}443398efdd41085bc1a70047f6e61c95' to '{md5}47284b5580b986a6ba32580b6ffb9fd7'
==> machine1: Info: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/setenvif.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]: Filebucketed /etc/apache2/mods-available/setenvif.conf to puppet with sum 533f5f92761c2c24d6820f1d7d1c45ad
==> machine1: Notice: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]/content: content changed '{md5}533f5f92761c2c24d6820f1d7d1c45ad' to '{md5}c7ede4173da1915b7ec088201f030c28'
==> machine1: Info: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Worker/File[/etc/apache2/mods-available/worker.conf]/ensure: defined content as '{md5}ec70305fa9f89cbd2863427fc61d16f6'
==> machine1: Info: /Stage[main]/Apache::Mod::Worker/File[/etc/apache2/mods-available/worker.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/proxy.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]: Filebucketed /etc/apache2/mods-available/proxy.conf to puppet with sum b516d96935974214588d525edd7aed6d
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]/content: content changed '{md5}b516d96935974214588d525edd7aed6d' to '{md5}9eab682d8c4c89abd0ff20c1a60b908d'
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[000 accept all icmp]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[001 accept all to lo interface]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[002 accept related established rules]/ensure: created
==> machine1: Notice: /Stage[main]/Mysql::Server::Install/Package[mysql-server]/ensure: created
==> machine1: Info: Computing checksum on file /etc/mysql/my.cnf
==> machine1: Info: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]: Filebucketed /etc/mysql/my.cnf to puppet with sum 272b568cc9fc1ccc5d01b200df3cd73a
==> machine1: Notice: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]/content: content changed '{md5}272b568cc9fc1ccc5d01b200df3cd73a' to '{md5}790c6c49aed83ee9b81fa3c7360898c8'
==> machine1: Info: Class[Mysql::Server::Config]: Scheduling refresh of Class[Mysql::Server::Service]
==> machine1: Info: Class[Mysql::Server::Service]: Scheduling refresh of Service[mysqld]
==> machine1: Notice: /Stage[main]/Mysql::Server::Service/File[/var/log/mysql/error.log]/ensure: created
==> machine1: Notice: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Triggered 'refresh' from 1 events
==> machine1: Notice: /Stage[main]/Mysql::Server::Root_password/Mysql_user[root@localhost]/password_hash: defined 'password_hash' as '*23AE809DDACAF96AF0FD78ED04B6A265E05AA257'
==> machine1: Notice: /Stage[main]/Mysql::Server::Root_password/File[/root/.my.cnf]/ensure: defined content as '{md5}05b30b98677c025f050d983c8c88c3f6'
==> machine1: Notice: /Stage[main]/Mysql::Client::Install/Package[mysql_client]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/Mysql_user[dbuser@localhost]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/Mysql_database[dbname]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/Mysql_grant[dbuser@localhost/*.*]/privileges: privileges changed ['USAGE'] to 'ALL'
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/Mysql_grant[dbuser@localhost/*.*]/options: defined 'options' as 'GRANT'
==> machine1: Notice: /Stage[main]/Php/Package[php5.6-fpm]/ensure: created
==> machine1: Notice: /Stage[main]/Php/File[php.conf]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_php/Package[php5.6-dev]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_php/Exec[set php session path owner/group]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Git/Package[git]/ensure: created
==> machine1: Notice: /Stage[main]/Composer/Exec[download_composer]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Composer/File[/usr/local/bin/composer]/ensure: defined content as '{md5}834247f0dce9d2eb7ff05577e37bbc93'
==> machine1: Notice: /Stage[main]/Supervisord::Install/Package[supervisor]/ensure: created
==> machine1: Notice: /Stage[main]/Supervisord::Config/File[/etc/supervisor.d]/ensure: created
==> machine1: Notice: /Stage[main]/Supervisord::Config/File[/var/log/supervisor]/ensure: created
==> machine1: Notice: /Stage[main]/Supervisord::Config/File[/etc/init.d/supervisord]/ensure: defined content as '{md5}3d4fe24d8b1cd2331fa6d50e9a495345'
==> machine1: Notice: /Stage[main]/Supervisord::Config/File[/etc/default/supervisor]/ensure: defined content as '{md5}93e876958cc169e09dd25d4e1fcc9076'
==> machine1: Notice: /Stage[main]/Rvm::Gnupg_key/Gnupg_key[rvm_D39DC0E3]/ensure: created
==> machine1: Notice: /Stage[main]/Rvm::System/Exec[system-rvm]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Exec[rvm rvmrc warning ignore all.rvmrcs]/returns: executed successfully
==> machine1: Info: Computing checksum on file /etc/ntp.conf
==> machine1: Info: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]: Filebucketed /etc/ntp.conf to puppet with sum 32280703a4ba7aa1148c48895097ed07
==> machine1: Notice: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]/content: content changed '{md5}32280703a4ba7aa1148c48895097ed07' to '{md5}31d660efabda1fe1f90b2bfff0a83f63'
==> machine1: Info: Class[Ntp::Config]: Scheduling refresh of Class[Ntp::Service]
==> machine1: Info: Class[Ntp::Service]: Scheduling refresh of Service[ntp]
==> machine1: Notice: /Stage[main]/Ntp::Service/Service[ntp]: Triggered 'refresh' from 1 events
==> machine1: Notice: /Stage[main]/Puphpet_server/Package[augeas-tools]/ensure: created
==> machine1: Info: Computing checksum on file /var/lib/locales/supported.d/local
==> machine1: Info: /Stage[main]/Locales/File[/var/lib/locales/supported.d/local]: Filebucketed /var/lib/locales/supported.d/local to puppet with sum dbf744b4259747572fcd903400f2a1e3
==> machine1: Notice: /Stage[main]/Locales/File[/var/lib/locales/supported.d/local]/content: content changed '{md5}dbf744b4259747572fcd903400f2a1e3' to '{md5}858abb12cbfa657ec2cbdc4eddb0f7c1'
==> machine1: Info: /Stage[main]/Locales/File[/var/lib/locales/supported.d/local]: Scheduling refresh of Exec[locale-gen]
==> machine1: Info: Computing checksum on file /etc/default/locale
==> machine1: Info: /Stage[main]/Locales/File[/etc/default/locale]: Filebucketed /etc/default/locale to puppet with sum 7c32189e775ac93487aa4a01dffbbf76
==> machine1: Notice: /Stage[main]/Locales/File[/etc/default/locale]/content: content changed '{md5}7c32189e775ac93487aa4a01dffbbf76' to '{md5}bfccd4e87ecbf968bd8185411034ff1a'
==> machine1: Info: /Stage[main]/Locales/File[/etc/default/locale]: Scheduling refresh of Exec[update-locale]
==> machine1: Notice: /Stage[main]/Locales/Exec[locale-gen]: Triggered 'refresh' from 1 events
==> machine1: Notice: /Stage[main]/Locales/Exec[update-locale]: Triggered 'refresh' from 1 events
==> machine1: Info: Computing checksum on file /etc/localtime
==> machine1: Info: /Stage[main]/Timezone/File[/etc/localtime]: Filebucketed /etc/localtime to puppet with sum c79354b8dbee09e62bbc3fb544853283
==> machine1: Notice: /Stage[main]/Timezone/File[/etc/localtime]/ensure: ensure changed 'file' to 'link'
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf]/ensure: created
==> machine1: Info: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Apache ports header]/ensure: defined content as '{md5}afe35cb5747574b700ebaa0f0b3a626e'
==> machine1: Info: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Apache ports header]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/authz_host.load
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]: Filebucketed /etc/apache2/mods-available/authz_host.load to puppet with sum f529587409471e3feb62256bccaf538a
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]/content: content changed '{md5}f529587409471e3feb62256bccaf538a' to '{md5}4b8162e3e3a58d1dc2222e2ad352bd93'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load symlink]/target: target changed '../mods-available/authz_host.load' to '/etc/apache2/mods-available/authz_host.load'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Authn_core/Apache::Mod[authn_core]/File[authn_core.load symlink]/target: target changed '../mods-available/authn_core.load' to '/etc/apache2/mods-available/authn_core.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Authn_core/Apache::Mod[authn_core]/File[authn_core.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load symlink]/target: target changed '../mods-available/alias.load' to '/etc/apache2/mods-available/alias.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.conf symlink]/target: target changed '../mods-available/alias.conf' to '/etc/apache2/mods-available/alias.conf'
==> machine1: Info: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Authn_file/Apache::Mod[authn_file]/File[authn_file.load symlink]/target: target changed '../mods-available/authn_file.load' to '/etc/apache2/mods-available/authn_file.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Authn_file/Apache::Mod[authn_file]/File[authn_file.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load symlink]/target: target changed '../mods-available/autoindex.load' to '/etc/apache2/mods-available/autoindex.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.conf symlink]/target: target changed '../mods-available/autoindex.conf' to '/etc/apache2/mods-available/autoindex.conf'
==> machine1: Info: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/dav_fs.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]: Filebucketed /etc/apache2/mods-available/dav_fs.conf to puppet with sum 162db96239f13b5416f369b6306d9db6
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]/content: content changed '{md5}162db96239f13b5416f369b6306d9db6' to '{md5}e36e2951cff0d4df331652ca6fccdb77'
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/dav_fs.load
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]: Filebucketed /etc/apache2/mods-available/dav_fs.load to puppet with sum 17f662fd023dbaaab9d89f9a11ae58c1
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]/content: content changed '{md5}17f662fd023dbaaab9d89f9a11ae58c1' to '{md5}3fa14d6e9f9d8eb25d09ed4823508f6d'
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/deflate.load
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]: Filebucketed /etc/apache2/mods-available/deflate.load to puppet with sum 6a7a23153796456ee919abdf728fd972
==> machine1: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]/content: content changed '{md5}6a7a23153796456ee919abdf728fd972' to '{md5}ac4540dd672556b07f900425751f745c'
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load symlink]/target: target changed '../mods-available/deflate.load' to '/etc/apache2/mods-available/deflate.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.conf symlink]/target: target changed '../mods-available/deflate.conf' to '/etc/apache2/mods-available/deflate.conf'
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load symlink]/target: target changed '../mods-available/dir.load' to '/etc/apache2/mods-available/dir.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.conf symlink]/target: target changed '../mods-available/dir.conf' to '/etc/apache2/mods-available/dir.conf'
==> machine1: Info: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load symlink]/target: target changed '../mods-available/mime.load' to '/etc/apache2/mods-available/mime.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.conf symlink]/target: target changed '../mods-available/mime.conf' to '/etc/apache2/mods-available/mime.conf'
==> machine1: Info: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load symlink]/target: target changed '../mods-available/negotiation.load' to '/etc/apache2/mods-available/negotiation.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.conf symlink]/target: target changed '../mods-available/negotiation.conf' to '/etc/apache2/mods-available/negotiation.conf'
==> machine1: Info: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load symlink]/target: target changed '../mods-available/setenvif.load' to '/etc/apache2/mods-available/setenvif.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.conf symlink]/target: target changed '../mods-available/setenvif.conf' to '/etc/apache2/mods-available/setenvif.conf'
==> machine1: Info: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/auth_basic.load
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]: Filebucketed /etc/apache2/mods-available/auth_basic.load to puppet with sum a92c34a3ce5e67e2ecbd272155ebe072
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]/content: content changed '{md5}a92c34a3ce5e67e2ecbd272155ebe072' to '{md5}5eec35bb52e1ae9ff5eec602ed1d2374'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load symlink]/target: target changed '../mods-available/auth_basic.load' to '/etc/apache2/mods-available/auth_basic.load'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Filter/Apache::Mod[filter]/File[filter.load symlink]/target: target changed '../mods-available/filter.load' to '/etc/apache2/mods-available/filter.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Filter/Apache::Mod[filter]/File[filter.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_core]/File[authz_core.load symlink]/target: target changed '../mods-available/authz_core.load' to '/etc/apache2/mods-available/authz_core.load'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_core]/File[authz_core.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/access_compat.load
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]: Filebucketed /etc/apache2/mods-available/access_compat.load to puppet with sum f7f77b3eb4005749b583ff14b49f8bf1
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]/content: content changed '{md5}f7f77b3eb4005749b583ff14b49f8bf1' to '{md5}a3e92887d86700b30a3869d0e8c159d7'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load symlink]/target: target changed '../mods-available/access_compat.load' to '/etc/apache2/mods-available/access_compat.load'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/authz_user.load
==> machine1: Info: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]: Filebucketed /etc/apache2/mods-available/authz_user.load to puppet with sum bcf988f105564ec1e14b78df56a01cd8
==> machine1: Notice: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]/content: content changed '{md5}bcf988f105564ec1e14b78df56a01cd8' to '{md5}69150f8246499e0135580d8cc16eaeab'
==> machine1: Info: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load symlink]/target: target changed '../mods-available/authz_user.load' to '/etc/apache2/mods-available/authz_user.load'
==> machine1: Info: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/authz_groupfile.load
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]: Filebucketed /etc/apache2/mods-available/authz_groupfile.load to puppet with sum 97a3e14926ce7bf5f2d2a7b93ece648d
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]/content: content changed '{md5}97a3e14926ce7bf5f2d2a7b93ece648d' to '{md5}bf972e82336c72b20d67d871ef77d4ce'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load symlink]/target: target changed '../mods-available/env.load' to '/etc/apache2/mods-available/env.load'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-available/worker.load]/ensure: defined content as '{md5}3064ef75f030fbf76986f6f073beb113'
==> machine1: Info: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-available/worker.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.conf]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.load]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/cgid.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Cgid/File[cgid.conf]: Filebucketed /etc/apache2/mods-available/cgid.conf to puppet with sum e8a2836392051bde889cf9c137058273
==> machine1: Notice: /Stage[main]/Apache::Mod::Cgid/File[cgid.conf]/content: content changed '{md5}e8a2836392051bde889cf9c137058273' to '{md5}7dffbb5823bcbb9ab4d3e67ab14d38a0'
==> machine1: Info: /Stage[main]/Apache::Mod::Cgid/File[cgid.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Puphpet::Firewall::Port[80]/Firewall[100 tcp/80]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Puphpet::Firewall::Port[443]/Firewall[100 tcp/443]/ensure: created
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/ssl.conf
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]: Filebucketed /etc/apache2/mods-available/ssl.conf to puppet with sum 6c30f44f4e2ad6bc51c917294aa8e34b
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]/content: content changed '{md5}6c30f44f4e2ad6bc51c917294aa8e34b' to '{md5}e99b7c59defe94cb768570e111037bb6'
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/proxy_http.load
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]: Filebucketed /etc/apache2/mods-available/proxy_http.load to puppet with sum 161b514c355c6daa95f11371fb9c184c
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]/content: content changed '{md5}161b514c355c6daa95f11371fb9c184c' to '{md5}2373b5392476521a14e84a444647f640'
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/proxy_fcgi.load
==> machine1: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]: Filebucketed /etc/apache2/mods-available/proxy_fcgi.load to puppet with sum 09cbda44eecbf1cbab48b30045217e3c
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]/content: content changed '{md5}09cbda44eecbf1cbab48b30045217e3c' to '{md5}f27fa0708a1f20f3bad9497c1ca0d5a2'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[actions]/File[actions.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[actions]/File[actions.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Mod[rewrite]/File[rewrite.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Mod[rewrite]/File[rewrite.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_firewall/Puphpet::Firewall::Port[22]/Firewall[100 tcp/22]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Post/Firewall[999 drop all]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[error_log: /var/log/php-fpm.log]/Augeas[global/error_log: /var/log/php-fpm.log]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[error_log: /var/log/php-fpm.log]/Augeas[global/error_log: /var/log/php-fpm.log]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[pid: /run/php-fpm.pid]/Augeas[global/pid: /run/php-fpm.pid]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[pid: /run/php-fpm.pid]/Augeas[global/pid: /run/php-fpm.pid]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/listen: 127.0.0.1:9000]/Augeas[www/listen: 127.0.0.1:9000]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/listen: 127.0.0.1:9000]/Augeas[www/listen: 127.0.0.1:9000]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_extensions: .php]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_extensions: .php]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/user: www-user]/Augeas[www/user: www-user]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/user: www-user]/Augeas[www/user: www-user]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da104a522a1648c8a6576160b8c86aca/puphpet/manifests/php/ini.pp
==> machine1: Error: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da104a522a1648c8a6576160b8c86aca/puphpet/manifests/php/ini.pp
==> machine1: Wrapped exception:
==> machine1: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/mods-available/zzzz_custom.ini]/ensure: change from absent to present failed: Could not set 'present' on ensure: No such file or directory @ rb_sysopen - /etc/php/mods-available/zzzz_custom.ini at 250:/tmp/vagrant-puppet/modules-da104a522a1648c8a6576160b8c86aca/puphpet/manifests/php/ini.pp
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/fpm/conf.d/zzzz_custom.ini]: Dependency File[/etc/php/mods-available/zzzz_custom.ini] has failures: true
==> machine1: Warning: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/fpm/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/cli/conf.d/zzzz_custom.ini]: Dependency File[/etc/php/mods-available/zzzz_custom.ini] has failures: true
==> machine1: Warning: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/cli/conf.d/zzzz_custom.ini]: Skipping because of failed dependencies
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/Augeas[CUSTOM/cgi.fix_pathinfo: 1]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[display_errors]/Augeas[CUSTOM/display_errors: On]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[error_reporting]/Augeas[CUSTOM/error_reporting: -1]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[session.save_path]/Augeas[CUSTOM/session.save_path: /var/lib/php/session]: Could not evaluate: Saving failed, see debug
==> machine1: Error: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[date.timezone]/Augeas[CUSTOM/date.timezone: UTC]: Could not evaluate: Saving failed, see debug
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf]/ensure: created
==> machine1: Info: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_unix]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/1_supervisord_unix]/ensure: defined content as '{md5}2a371bf6742698a806a2ab9879d60540'
==> machine1: Info: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_unix]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/1_supervisord_unix]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_main]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/2_supervisord_main]/ensure: defined content as '{md5}ee667fb8f3cea08d885e29755cccce32'
==> machine1: Info: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_main]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/2_supervisord_main]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/Exec[concat_/etc/supervisord.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/Exec[concat_/etc/supervisord.conf]: Triggered 'refresh' from 4 events
==> machine1: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/etc/supervisord.conf]/ensure: defined content as '{md5}b112084fc510d84abb5b378d21e59b4b'
==> machine1: Info: Class[Supervisord::Config]: Scheduling refresh of Class[Supervisord::Service]
==> machine1: Info: Class[Supervisord::Service]: Scheduling refresh of Service[supervisord]
==> machine1: Notice: /Stage[main]/Supervisord::Service/Service[supervisord]/ensure: ensure changed 'stopped' to 'running'
==> machine1: Info: /Stage[main]/Supervisord::Service/Service[supervisord]: Unscheduling refresh on Service[supervisord]
==> machine1: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[libbz2-dev]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[libreadline-dev]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[libsqlite3-dev]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[llvm]/ensure: created
==> machine1: Notice: /Stage[main]/Pyenv/Vcsrepo[/usr/local/pyenv]/ensure: Creating repository from present
==> machine1: Notice: /Stage[main]/Pyenv/Vcsrepo[/usr/local/pyenv]/ensure: created
==> machine1: Notice: /Stage[main]/Pyenv/File[/usr/local/bin/pyenv]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/0_av_wa4ckoeq1l6h-apache-header]/ensure: defined content as '{md5}078aace0a2722d2b2cfb520824eb3437'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/0_av_wa4ckoeq1l6h-apache-header]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-docroot]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/10_av_wa4ckoeq1l6h-docroot]/ensure: defined content as '{md5}628a9edfa01fd84f7efa146e8f37604c'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-docroot]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/10_av_wa4ckoeq1l6h-docroot]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-directories]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/60_av_wa4ckoeq1l6h-directories]/ensure: defined content as '{md5}1af07af61def5e4fc6c3dd75f0709fa6'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-directories]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/60_av_wa4ckoeq1l6h-directories]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-logging]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/80_av_wa4ckoeq1l6h-logging]/ensure: defined content as '{md5}57c05709b125301044d312a49cf94f90'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-logging]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/80_av_wa4ckoeq1l6h-logging]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/90_av_wa4ckoeq1l6h-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/90_av_wa4ckoeq1l6h-serversignature]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-access_log]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/100_av_wa4ckoeq1l6h-access_log]/ensure: defined content as '{md5}ff05afba8b236222e487fcc8c97a6d8c'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-access_log]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/100_av_wa4ckoeq1l6h-access_log]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-serveralias]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/190_av_wa4ckoeq1l6h-serveralias]/ensure: defined content as '{md5}d855d4b079f0b6f9cb9a03de3dc05ff4'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-serveralias]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/190_av_wa4ckoeq1l6h-serveralias]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-setenv]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/200_av_wa4ckoeq1l6h-setenv]/ensure: defined content as '{md5}690781efb1a78e37fbd3351bbb9ec9d7'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-setenv]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/200_av_wa4ckoeq1l6h-setenv]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/270_av_wa4ckoeq1l6h-custom_fragment]/ensure: defined content as '{md5}2e54006cc7fcfa5deb093a77a7924228'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/270_av_wa4ckoeq1l6h-custom_fragment]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/999_av_wa4ckoeq1l6h-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat::Fragment[av_wa4ckoeq1l6h-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/25-av_wa4ckoeq1l6h.conf/fragments/999_av_wa4ckoeq1l6h-file_footer]: Scheduling refresh of Exec[concat_25-av_wa4ckoeq1l6h.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/Exec[concat_25-av_wa4ckoeq1l6h.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/Exec[concat_25-av_wa4ckoeq1l6h.conf]: Triggered 'refresh' from 12 events
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Concat[25-av_wa4ckoeq1l6h.conf]/File[25-av_wa4ckoeq1l6h.conf]/ensure: defined content as '{md5}6fb91c2b3dc6b55a9cf5687333846966'
==> machine1: Info: Concat[25-av_wa4ckoeq1l6h.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/File[25-av_wa4ckoeq1l6h.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/File[25-av_wa4ckoeq1l6h.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/0_default_vhost_80-apache-header]/ensure: defined content as '{md5}0d7ce54e6cea8b2e6301eca91b62f811'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/0_default_vhost_80-apache-header]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/10_default_vhost_80-docroot]/ensure: defined content as '{md5}6faaccbc7ca8bc885ebf139223885d52'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/10_default_vhost_80-docroot]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/60_default_vhost_80-directories]/ensure: defined content as '{md5}c0f5d086c1fb77355364fde626855125'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/60_default_vhost_80-directories]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/80_default_vhost_80-logging]/ensure: defined content as '{md5}21834531837657af0bf62340310bcf8b'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/80_default_vhost_80-logging]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/90_default_vhost_80-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/90_default_vhost_80-serversignature]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/100_default_vhost_80-access_log]/ensure: defined content as '{md5}9f7e6c342953b960ebad31d7b8053d4c'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/100_default_vhost_80-access_log]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/270_default_vhost_80-custom_fragment]/ensure: defined content as '{md5}2e54006cc7fcfa5deb093a77a7924228'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/270_default_vhost_80-custom_fragment]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/999_default_vhost_80-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/999_default_vhost_80-file_footer]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/Exec[concat_10-default_vhost_80.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/Exec[concat_10-default_vhost_80.conf]: Triggered 'refresh' from 10 events
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[10-default_vhost_80.conf]/ensure: defined content as '{md5}a5334bd2bbba3f57a9b7b5bc66169c6c'
==> machine1: Info: Concat[10-default_vhost_80.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/File[10-default_vhost_80.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/File[10-default_vhost_80.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/mods-available/ssl.load
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]: Filebucketed /etc/apache2/mods-available/ssl.load to puppet with sum 838b292226d2da6ceb3f1c793696ca12
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]/content: content changed '{md5}838b292226d2da6ceb3f1c793696ca12' to '{md5}75536619bec23ffc5c907734cce151a0'
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[socache_shmcb]/File[socache_shmcb.load symlink]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[socache_shmcb]/File[socache_shmcb.load symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/mpm_event.conf]/ensure: removed
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/mpm_event.load]/ensure: removed
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/status.conf]/ensure: removed
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/status.load]/ensure: removed
==> machine1: Info: /etc/apache2/mods-enabled: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/0_default_vhost_443-apache-header]/ensure: defined content as '{md5}2aab0aa1110a48821f9d1e2afca3c1ac'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/0_default_vhost_443-apache-header]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/10_default_vhost_443-docroot]/ensure: defined content as '{md5}6faaccbc7ca8bc885ebf139223885d52'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/10_default_vhost_443-docroot]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/60_default_vhost_443-directories]/ensure: defined content as '{md5}c0f5d086c1fb77355364fde626855125'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/60_default_vhost_443-directories]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/80_default_vhost_443-logging]/ensure: defined content as '{md5}68ced0e28829f27f881bc7bc05c0963a'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/80_default_vhost_443-logging]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/90_default_vhost_443-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/90_default_vhost_443-serversignature]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/100_default_vhost_443-access_log]/ensure: defined content as '{md5}5e1fa54d02a41f1548c073679ae90c3e'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/100_default_vhost_443-access_log]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-ssl]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/210_default_vhost_443-ssl]/ensure: defined content as '{md5}100cf0a6ef99d5b81ccc9f650873eb49'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-ssl]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/210_default_vhost_443-ssl]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/270_default_vhost_443-custom_fragment]/ensure: defined content as '{md5}2e54006cc7fcfa5deb093a77a7924228'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/270_default_vhost_443-custom_fragment]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/999_default_vhost_443-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/999_default_vhost_443-file_footer]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/Exec[concat_10-default_vhost_443.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/Exec[concat_10-default_vhost_443.conf]: Triggered 'refresh' from 11 events
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[10-default_vhost_443.conf]/ensure: defined content as '{md5}d90779652a904c8e0ad8cefc30d4f4a3'
==> machine1: Info: Concat[10-default_vhost_443.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/File[10-default_vhost_443.conf symlink]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/File[10-default_vhost_443.conf symlink]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Mariadb/Apt::Pin[mariadb]/Apt::Setting[pref-mariadb]/File[/etc/apt/preferences.d/mariadb.pref]/ensure: defined content as '{md5}0288d449b8bb2bf21a12aa83e5be4610'
==> machine1: Notice: /Stage[main]/Puphpet_mariadb/Puphpet::Php::Module[mysql]/Php::Module[mysql]/Package[PhpModule_mysql]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_mariadb/Puphpet::Php::Module[mysql]/Php::Module[mysql]/Package[PhpModule_mysql]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Module[intl]/Php::Module[intl]/Package[PhpModule_intl]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Module[intl]/Php::Module[intl]/Package[PhpModule_intl]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Info: Puphpet::Php::Module[intl]: Scheduling refresh of Service[php5.6-fpm]
==> machine1: Notice: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Dependency Augeas[CUSTOM/cgi.fix_pathinfo: 1] has failures: true
==> machine1: Notice: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Dependency Augeas[CUSTOM/display_errors: On] has failures: true
==> machine1: Notice: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Dependency Augeas[CUSTOM/error_reporting: -1] has failures: true
==> machine1: Notice: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Dependency Augeas[CUSTOM/session.save_path: /var/lib/php/session] has failures: true
==> machine1: Notice: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Dependency Augeas[CUSTOM/date.timezone: UTC] has failures: true
==> machine1: Warning: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Skipping because of failed dependencies
==> machine1: Info: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Unscheduling all events on Service[php5.6-fpm]
==> machine1: Info: Class[Puphpet_php]: Unscheduling all events on Class[Puphpet_php]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 80]/ensure: defined content as '{md5}d5fcefc335117f400d451de47efeca87'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_wa4ckoeq1l6h]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 80]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Apache::Listen[443]/Concat::Fragment[Listen 443]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 443]/ensure: defined content as '{md5}462e40c14c182d965ae6448e832ebb9a'
==> machine1: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Apache::Listen[443]/Concat::Fragment[Listen 443]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 443]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/Exec[concat_/etc/apache2/ports.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/Exec[concat_/etc/apache2/ports.conf]: Triggered 'refresh' from 5 events
==> machine1: Info: Computing checksum on file /etc/apache2/ports.conf
==> machine1: Info: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/etc/apache2/ports.conf]: Filebucketed /etc/apache2/ports.conf to puppet with sum a961f23471d985c2b819b652b7f64321
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/etc/apache2/ports.conf]/content: content changed '{md5}a961f23471d985c2b819b652b7f64321' to '{md5}7c4742adc3e33066c74a24c77716ccce'
==> machine1: Info: Concat[/etc/apache2/ports.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/apache2/apache2.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/apache2/apache2.conf]: Filebucketed /etc/apache2/apache2.conf to puppet with sum da32fcc6a783acaebf0d74c17c726bf7
==> machine1: Notice: /Stage[main]/Apache/File[/etc/apache2/apache2.conf]/content: content changed '{md5}da32fcc6a783acaebf0d74c17c726bf7' to '{md5}b3b102eea8394299f75f5015b4f51cc9'
==> machine1: Info: /Stage[main]/Apache/File[/etc/apache2/apache2.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet_apache/Exec[Create apache webroot]/returns: executed successfully
==> machine1: Info: Class[Apache::Service]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Puphpet_apache/File[/var/run/apache2/ssl_mutex]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet_apache/File[/var/run/apache2/ssl_mutex]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 2 events
==> machine1: Notice: /Stage[main]/Puphpet_apache/Exec[Set /var/www/html/index.html contents]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_29lc75yg3ad8]/Rvm_system_ruby[1.9.3]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_29lc75yg3ad8]/Rvm_gem[deep_merge]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_29lc75yg3ad8]/Rvm_gem[activesupport]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_29lc75yg3ad8]/Rvm_gem[vine]/ensure: created
==> machine1: Info: Stage[main]: Unscheduling all events on Stage[main]
==> machine1: Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
==> machine1: Notice: Applied catalog in 281.95 seconds
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

@spectravp
Copy link

+1

3 similar comments
@ginatrapani
Copy link

+1

@Spriz
Copy link

Spriz commented Mar 2, 2016

+1

@bbthorntz
Copy link

+1

@Spriz
Copy link

Spriz commented Mar 3, 2016

@jtreminio: Should we re-download config files? 😄

@tetele
Copy link
Author

tetele commented Mar 3, 2016

@Spriz not the config file itself, but the rest of the archive with the updated files. I just tried it and it worked perfectly.

@Spriz
Copy link

Spriz commented Mar 3, 2016

@tetele: Thanks, will go on and try now - are there any smarter way of updating puphpet than upload the config.yaml and "download archive" once again? Thinking of the r10k with Puppetfile and stuff...

@burzum
Copy link

burzum commented Mar 16, 2016

+1 Same issue here.

@Spriz did you find a better way to fix this?

@Spriz
Copy link

Spriz commented Mar 17, 2016

Nope @burzum - unfortunately not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants