20 lines
468 B
Plaintext
20 lines
468 B
Plaintext
(
|
|
modules: [
|
|
(
|
|
name: "install hello",
|
|
module: "package",
|
|
args: (
|
|
name: [ "hello", "cmake", "firefox-esr", "libreoffice", "make", "gcc", "zstd", "zlib1g", "zlib1g-dev", "zenity", "zenity-common", "yt-dlp", "yelp", "yelp-xsl", "xz-utils", "xserver-xorg", "xtrans-dev" ],
|
|
state: "present",
|
|
)
|
|
), (
|
|
name: "say hello",
|
|
module: "command",
|
|
args: (
|
|
program: "hello",
|
|
args: [ "-g", "welcome to rustible" ],
|
|
),
|
|
)
|
|
]
|
|
)
|