Closed Rovanion closed 5 years ago
Hum actually import
is deprecated, you should better use include
or one of its siblings, require
and contain
. Does it happen also with include (I do not notice it on my side)?
As the class include ::slurm::config
(see slurmctld.pp#L42
), I'm surprised you need to enforce the dependency here.
Eh, that was merely a mistyping from my part. include
is the keyword I used, import
is not used anywhere in my codebase.
I found that
slurm.conf
was not deployed on puppet nodes configured toimport slurm::slurmctld
. In order to remedy this I made the slurmctld service require the class::slurm::config
before being deployed.