itamae-kitchen / itamae

Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.

Home Page:https://itamae.kitchen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best way to set PATH?

KitaitiMakoto opened this issue · comments

What is the best way to set environment variable PATH?
Now I'm writing

Specinfra.configuration.path = '/sbin:/usr/sbin:/usr/local/sbin:$PATH'

but I want to know if Itamae provides its own way to do the same thing.

Thanks.

Itamae provides its own way to do the same thing.

Itamae doesn't provides it for now.

Thank you for the reply. Okay I use Specinfra directly.