No limitation on the number of item at this level. It has already been checked when preparing the query parameters
class systemd {
Exec {
refreshonly => true,
path => $::path,
}
exec {
'systemctl-daemon-reload':
command => 'systemctl daemon-reload',
}
exec {
'systemd-tmpfiles-create':
command => 'systemd-tmpfiles --create',
}
}