diff --git a/manifests/freemem.pp b/manifests/freemem.pp index 8fc56c55c02f5cd7ce88f2a96aeedf858d1bb4c6..90dbeb461cdba6ca25bb483db7bd10c209534d58 100644 --- a/manifests/freemem.pp +++ b/manifests/freemem.pp @@ -1,11 +1,8 @@ define motd::freemem ( - $total_memory, Integer $id = 99, ) { motd { $name: id => $id, - content => epp('motd/freemem.epp', { - total_memory => $total_memory, - }), + content => epp('motd/freemem.epp', { }), } }