Git Product home page Git Product logo

Comments (3)

igalic avatar igalic commented on September 26, 2024

these parameters are more or less directly passed to the file type, and that's where the restrictions are

what behaviour would you expect of you specify content and source?
how should it be merged?

from puppet-fail2ban.

mcindea avatar mcindea commented on September 26, 2024

Sorry, my bad, I didn't paste the whole code:

  class { 'fail2ban':
    package_ensure => 'latest',
    config_file_source => "puppet:///modules/base_sys/jail.local",
  }

This is everything to trigger the error. In the end I tracked down this is the cause: manifests/init.pp:51

$config_file_content = extlib::default_content($config_file_string, $config_file_template)

for some reason this returns something that's not undef, and the only workaround i found for now was either:

  if $config_file_string and $config_file_template {
    $config_file_content = extlib::default_content($config_file_string, $config_file_template)
  }

or better yet, just copy the config file without relying on the module, with file

from puppet-fail2ban.

mburlic avatar mburlic commented on September 26, 2024

same here
fail2ban::config_file_source: "puppet:///modules/fail2ban/etc/fail2ban/jail.conf"

Validation of File[fail2ban.conf] failed: You cannot specify more than one of content, source, target (file: /etc/puppetlabs/code/environments/fail/modules/fail2ban/manifests/config.pp, line: 16)

from puppet-fail2ban.

Related Issues (20)

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.