File: redhat.modprobe.erb

package info (click to toggle)
puppet-module-camptocamp-kmod 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 288 kB
  • sloc: ruby: 244; makefile: 12; sh: 11
file content (5 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh

# file managed by puppet

exec /sbin/modprobe <%= @name %> > /dev/null 2>&1