Steven Armstrong
d34ea9a9c9
add missing -c argument
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Steven Armstrong
fc8ff29289
update comments to work with arguments vs environment variables: /__remote_{exec,copy}/--remote-{exec,copy}/
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Steven Armstrong
d052e2d510
--debug
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Steven Armstrong
5edf39f111
no special case for rsync in core. handle implementation specific details in remote-copy script instead
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Steven Armstrong
21b85e410e
bugfix: its a method, not a function
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Steven Armstrong
eea9a72676
bugfix: tell schroot which chroot to use
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Nico Schottelius
4faad3926b
merge changelog
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
4017667952
++changes(2.0.11)
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
612fb4cb7b
fix type and add fixme
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
e05c5e699c
always call umask 077 before doing stuff on the remote side
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
1b8b54f84f
use os.umask locally
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
67a95b50aa
cool solution for variable sending
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
9b809ce9a2
Merge branch 'git-version' of https://github.com/evax/cdist
...
Conflicts:
lib/cdist/__init__.py
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
02bd4fdf3f
add template for tutorial for remote-exec-copy
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
26d7eab852
document change + manpage
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
9f319ae121
support passing remote_{exec, copy} to context
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
108283bbeb
add default values in argparse
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
c7fbdc8195
add --remote-exec and --remote-copy to command line args
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
ab53f471f8
++date
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
cd79d2b1eb
++version
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
f873f12d77
++changes(2.0.10)
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
dee266aca0
ignore "no crontab for ..." message
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Evax Software
5c70018411
switch the __rvm type to the new present/absent state scheme
13 years ago
Evax Software
196fb7e656
use new rvm install command ( fixes #67 )
13 years ago
Nico Schottelius
dfd60ca837
__package uses present/absent
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Evax Software
f1e8bfb8a7
improve version printing when run from a checkout
13 years ago
Nico Schottelius
d02a1374dd
++changes(2.0.10)
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
b2c21e24a9
publishing more verbose
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
c1e1e7b8cb
Merge pull request #62 from lamby/master
...
Freenode.net, not freenode.org.
13 years ago
Chris Lamb
42bcbc532b
Freenode.net, not freenode.org.
...
Signed-off-by: Chris Lamb <lamby@debian.org>
13 years ago
Nico Schottelius
d109db31d0
Merge pull request #61 from lamby/master
...
Fixup some typos
13 years ago
Chris Lamb
1557630e91
s/specifiend/specified/
...
Signed-off-by: Chris Lamb <lamby@debian.org>
13 years ago
Chris Lamb
69badd6f2d
s/nows about/knows about/
...
Signed-off-by: Chris Lamb <lamby@debian.org>
13 years ago
Nico Schottelius
91e1efe512
Merge pull request #60 from asteven/issue_dependency-inheritance-3
...
fix autorequire dependency handling
13 years ago
Steven Armstrong
7d61b77708
fix autorequire dependency handling
...
- inherit explicit requirements that the user defined himself
- but _not_ implicit requirements that cdist added for autorequire
Changes:
- added new .autorequire property to CdistObject to keep track of implicit autorequire dependencies
- Emulator appends implicit requirements to this .autorequire property
- DependencyResolver preprocess these .autorequire properties before resolving normal dependencies
- refactored and documented DependencyResolver so it's clearer what happens and easier to use from tests
- update test cases to match new DependencyResolver behaviour
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Nico Schottelius
3d0493bb65
++changes(2.0.10)
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
af27e9424e
Merge pull request #53 from jdguffey/__jail
...
__jail type
13 years ago
Jake Guffey
4b11a6172d
Fixed variable naming in /etc/fstab.$name
...
had referenced $jailbase when meaning to reference $jaildir
13 years ago
Jake Guffey
1a20f0087e
Merge branch 'master' into __jail
13 years ago
Jake Guffey
14e851341a
Implemented Nico's suggestions
...
Parameterized {jailbase,jaildir}
Replaced all usages of /usr/jail with $jaildir
Explicitly fail if $os isn't FreeBSD
Removed $__type/files/ as it is pointless to have now
Updated man page
13 years ago
Nico Schottelius
75aea91643
++changes(2.0.10)
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
c24788a452
Merge pull request #51 from pestaa/master
...
Fix sed for FreeBSD
13 years ago
Nico Schottelius
d3df37920d
Merge branch 'issue_dependency-inheritance' of https://github.com/asteven/cdist
13 years ago
Steven Armstrong
2ff286cf1d
inherit dependencies from defining object when setting up implicit dependencies through autorequire
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
13 years ago
Jake Guffey
131889b454
Added jail_${name}_flags variable
...
To make future work, such as resource limiting (rctl(8)) easier, added
"-n ${name}" to jail_flags for each jail.
13 years ago
Jake Guffey
d39821782d
Copy /root to $jailbase/rw/$name/root
...
Copies /root to ${jailbase}/rw/${name}/root
Adds /root to /etc/fstab.${name}
13 years ago
Nico Schottelius
bc1a2d769d
++title line
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Nico Schottelius
32d6cbb7a1
++todo
...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
13 years ago
Jake Guffey
a4c89c5552
Merge branch 'master' into __jail
13 years ago
Jake Guffey
847fc9d8c1
Multiple bugfixes
...
fixed remote copy command
fixed problem with code-remote when jail_enable wasn't in rc.conf
fixed problem with code-remote when jail_list wasn't in rc.conf
added check to see if /etc/devfs.rules exists before trying to use it
added dependency on __directory/usr/jail
13 years ago