From professional translators, enterprises, web pages and freely available translation repositories.
zur strukturierung und zusammenstellung von einzelnen konfigurationselementen gibt es in puppet klassen und module. bei chef werden die einzelnen ressourcen in rezepten zusammengefasst und diese wiederum in kochbüchern gebündelt.
puppet offers classes and modules, whereas with chef, indiviual resources are encapsulated in so-called recipes, which are then bundled up in cookbooks. the most obvious difference between both tools is the language.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
an das konfigurationselement kann /[fdbi] angehängt werden. »f« gibt dateinamen zurück, »d« gibt verzeichnisse zurück, »b« gibt true oder false zurück und »i« gibt eine ganzzahl zurück.
the configuration item may be postfixed with a /[fdbi]. f returns file names, d returns directories, b returns true or false and i returns an integer.
Last Update: 2018-02-13
Usage Frequency: 1
Quality: