Hi

I've got a super weird problem with some module. I've a role who include
some other module let's say

  roles::service {

    include profiles::brick1

    include profiles::brick2

  }

If I launch the puppet agent it's not working because the puppet agent
doesn't install anything every package ressource are ignore (no error
message, nothing).

If I comment out the second line

  roles::service {

    include profiles::brick1

  }

run the agent a first time, then run with

  roles::service {

    include profiles::brick1

    include profiles::brick2

  }

every packages are installed, and everything work fine.

I just can figure out where are the problem inside profiles::brick2.

What inside a module can block every package ressources (event
ensure_package doesn't work) ?

Regards.

--
Albert SHIH
Observatoire de Paris
xmpp: [email protected]
Heure local/Local time:
Fri 30 Aug 2019 03:51:42 PM CEST

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/20190830135622.GH4381%40io.chezmoi.fr.

Reply via email to