Puppet
Lots of common purpose!
Defines states, not procedures.
Resource Types (Types)
Resource Types are single units of configuration composed by:
A type (package, service, file, user, mount, exec ...)
A title (how is called and referred)
Dotfiles
The dotfiles buckle is expected to point to the repository where dotfiles are version controller. An example of base/dotfiles would be:
type: dotfiles
vcs: git
url: git@github.com:charneykaye/dotfiles.git
Buckling a dotfiles buckle is the equivalent of running the bootstrap.sh some programmers have kept in their dotfiles folder.
Everything in this and the New buckle dotfiles ticket ought to be included in the main README, as this disambiguation of feature definition between strap and dotfiles - how they are different and in fact work perfectly as a team - is core to the mission of Strap.
Puppet
Lots of common purpose!
Defines states, not procedures.
Resource Types (Types)
Resource Types are single units of configuration composed by:
A type (package, service, file, user, mount, exec ...)
A title (how is called and referred)
Dotfiles
The
dotfilesbuckle is expected to point to the repository wheredotfilesare version controller. An example ofbase/dotfileswould be:Buckling a
dotfilesbuckle is the equivalent of running the bootstrap.sh some programmers have kept in theirdotfilesfolder.Everything in this and the New buckle
dotfilesticket ought to be included in the main README, as this disambiguation of feature definition betweenstrapanddotfiles- how they are different and in fact work perfectly as a team - is core to the mission of Strap.