Giter Site home page Giter Site logo

puppet-thrift's People

Contributors

feniix avatar kpruden avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

puppet-thrift's Issues

Resource Ordering Issue in instool.pp

Should the 'before' in the following from instool.pp...

  file{$instdir:
    ensure  => directory,
    recurse => true,
    source  => $tmpdir,
    before  => Exec['download_and_untar'],
  }

...be a 'require'...

  file{$instdir:
    ensure  => directory,
    recurse => true,
    source  => $tmpdir,
    require => Exec['download_and_untar'],
  }

This file resource is trying to recursively copy its contents from $tmpdir, but $tmpdir has no contents until Exec['download_and_untar'] is applied.

The module would not work for me until I made the above modification.

wget download error

I'm trying to install Thrift with puppet-thrift, but the wget download is failing.

Source:

class { 'thrift': }

Trace:

Error: wget -qO- https://dist.apache.org/repos/dist/release/thrift/0.9.0/thrift-0.9.0.tar.gz | tar xzf - -C /tmp returned 2 instead of one of [0]
Error: /Stage[main]/Thrift/Instool[thrift-0.9.0]/Exec[download_and_untar]/returns: change from notrun to 0 failed: wget -qO- https://dist.apache.org/repos/dist/release/thrift/0.9.0/thrift-0.9.0.tar.gz | tar xzf - -C /tmp returned 2 instead of one of [0]
Warning: /Stage[main]/Thrift/Instool[thrift-0.9.0]/File[/usr/local/lib/thrift-0.9.0]: Skipping because of failed dependencies
Warning: /Stage[main]/Thrift/Instool[thrift-0.9.0]/Exec[./configure]: Skipping because of failed dependencies
Warning: /Stage[main]/Thrift/Instool[thrift-0.9.0]/Exec[make]: Skipping because of failed dependencies
Warning: /Stage[main]/Thrift/Instool[thrift-0.9.0]/Exec[make install]: Skipping because of failed dependencies
Warning: /Stage[main]/Thrift/Instool[thrift-0.9.0]/Exec[make clean]: Skipping because of failed dependencies

README: add example usage

I'm a little confused how to use puppet-thrift to install Thrift.

Could you please add an example Puppet code snippet to the README?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.