define comp($arg1) {
    file { "/etc/passwd":
        mode => 644
    }
}

comp {
    fakearg => "yay"
}
