This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Question: | |
Is there a way to make myclass run before my other | |
classes without defining explicit relationships? | |
================================================== | |
site.pp: | |
stage{ 'first': } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import apt | |
import subprocess | |
#import fnctrl <-- filelock on modprobe blacklists... | |
#import XKit.xutils <-- xorg.conf file editing | |
driver = "nvidia-current" | |
xorg_conf_path = "/etc/X11/xorg.conf" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
line.margin.width=1+ | |
line.margin.visible=1 | |
view.python.whitespace=1 | |
view.eol=0 | |
# Indentation | |
tabsize=4 | |
indent.size=4 | |
use.tabs=0 | |
indent.auto=1 |
NewerOlder