Skip to content
Snippets Groups Projects
Commit ed65c30f authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Remove parameter to freemem pup-class.

parent 18ecf106
No related branches found
No related tags found
No related merge requests found
define motd::freemem ( define motd::freemem (
$total_memory,
Integer $id = 99, Integer $id = 99,
) { ) {
motd { $name: motd { $name:
id => $id, id => $id,
content => epp('motd/freemem.epp', { content => epp('motd/freemem.epp', { }),
total_memory => $total_memory,
}),
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment