Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push puppet module 0.0.4 to forge #20

Closed
spuder opened this issue Apr 16, 2020 · 2 comments
Closed

Push puppet module 0.0.4 to forge #20

spuder opened this issue Apr 16, 2020 · 2 comments

Comments

@spuder
Copy link

spuder commented Apr 16, 2020

This commit does not appear to be present in the 0.0.3 module distributed to the puppet-forge

2f35204

As a result config.pp contains this incorrect config

      'systemd' : {
        file { '/etc/sysconfig/nomad':
          ensure => directory,
          mode   => '0644',
          owner  => 'root',
          group  => 'root',
        }->

When it should be

      'systemd' : {
        file { '/etc/sysconfig':
          ensure => directory,
          mode   => '0644',
          owner  => 'root',
          group  => 'root',
        }->

Puppet module 0.0.3 was pushed April 15, 2016 to the forge which means it was most likely running this commit

f9a30ea

workaround

Add the following to your environment Puppetfile, then run r10k puppetfile install

mod 'nomad', :git => 'https://github.com/dudemcbacon/puppet-nomad', :commit => 'a6587bca54dc3513d904b819a93f7085f3778491'
@spuder spuder changed the title Push puppet module 0.0.4to forge Push puppet module 0.0.4 to forge Apr 16, 2020
@spuder
Copy link
Author

spuder commented Nov 9, 2020

I would really like to see the new version pushed to the puppet forge since the last release was July 2019 and there have been several fixes since then. Humbly asking that this get pushed soon.

Screen Shot 2020-11-09 at 4 36 04 PM

@attachmentgenie
Copy link
Member

0.0.4 has been pushed to the forge => https://forge.puppet.com/modules/puppet/nomad

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

No branches or pull requests

2 participants