This repository was archived by the owner on Nov 18, 2017. It is now read-only.
Optional Admin section & avoid timeout failure#13
Closed
meson10 wants to merge 5 commits intojdowning:masterfrom
Closed
Optional Admin section & avoid timeout failure#13meson10 wants to merge 5 commits intojdowning:masterfrom
meson10 wants to merge 5 commits intojdowning:masterfrom
Conversation
Info: Applying configuration version '1415787370' Notice: Downloading http://s3.amazonaws.com/influxdb/influxdb_0.8.4_amd64.deb Notice: /Stage[main]/Influxdb::Install/Notify[Downloading http://s3.amazonaws.com/influxdb/influxdb_0.8.4_amd64.deb]/message: defined 'message' as 'Downloading http://s3.amazonaws.com/influxdb/influxdb_0.8.4_amd64.deb' Notice: /Stage[main]/Influxdb::Install/Staging::File[influxdb-package]/File[/opt/staging/influxdb]/ensure: created Error: Command exceeded timeout Error: /Stage[main]/Influxdb::Install/Staging::File[influxdb-package]/Exec[/opt/staging/influxdb/influxdb-package]/returns: change from notrun to 0 failed: Command exceeded timeout Notice: /Stage[main]/Influxdb::Install/Package[influxdb]: Dependency Exec[/opt/staging/influxdb/influxdb-package] has failures: true Warning: /Stage[main]/Influxdb::Install/Package[influxdb]: Skipping because of failed dependencies
Avoid failure due to download timeout.
Owner
|
This project is no longer maintained. I recommend you check out golja/influxdb for an updated Puppet module for InfluxDB. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If I check for presence of admin_port I can make it conditional for production installations where the admin port does not have to be exposed.