Giter Site home page Giter Site logo

puppet's People

Contributors

ashraf-s9s avatar geekgogie avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

thar3os geekgogie

puppet's Issues

0.1.5 release ?

Hi,
Is the 0.1.5 release planned soon in puppet forge?

I'm seeing in the changelog

+2016-05-04 0 0.1.5

That was 9 months ago...

cmon.conf controller ID issue causing reloads of services on puppet run.

Something I dont see is adding

controller_id=some-id-hash

do the /etc/cmon.conf. This is causing puppet to remove the line, based on the template and refresh the services. The system then generates a new hash and adds it into the file and it does it over. This refresh causes services to go offline during that time.

update 0.1.9 issues with firewalld

It seems the update for 0.1.9 introduced a default disabling of firewalld. This I believe is bad form. Modules should not disable major security features of the machine on its own, particularly one that is forward facing such as the firewall, as default.

In addition as a practical matter the update breaks puppet applies on any system that is already managing firewalld with a duplicate declaration error. There does not seem to be a way to turn off this error that I know, even with disabling this feature. I have locked my repo to 0.1.8 so puppet can run, even though I cannot take advantage of the previous patch to the controller ID.

Module not doing anything

I attempted to use the module on a rhel 8 mahcine and it did not do anything. I used it with the option

mod 'severalnines-clustercontrol', :latest uing the r10k as well as the normal

mod 'severalnines/clustercontrol',
:git => '[email protected]:severalnines/puppet.git'

I know it is seeing the module because if I would miss something it would error out

Here is the configuration I used:

$cmonpassowrd = lookup('profile::auth:comon')
$cmonapi = lookup('profile::auth:comon_api')
class { 'clustercontrol':
is_controller => true,
ip_address => $ipaddress,
mysql_cmon_password => $cmonpassowrd,
api_token => $cmonapi,
ssh_user => 'root',
email_address => $email_address,
ssh_port => '1024',
modulepath => '/etc/puppetlabs/code/environments/lib_master/modules/clustercontrol/',
}

There are no errors It appears as if it may be trying something but never actually does it

Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/apache/pw_hash.rb]/ensure: defined content as '{md5}057c8dfb3efcd507999bb3d6c5b4024a'
Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/apache_pw_hash.rb]/ensure: defined content as '{md5}9ab227d09ff3fbcc3b8e1a241f26837f'
Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/bool2httpd.rb]/ensure: defined content as '{md5}a9327a2a431df2e165c2f8ada0a6c1b7'

I see that you are setting selinux to permissive in your code, but it stays enforcing.

I am set SElinux to permissive just to test and there was still no action.

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.