projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51afbe
)
strip some of the randomness
author
Stephen Gran
<steve@lobefin.net>
Thu, 25 Feb 2010 19:24:10 +0000
(19:24 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 25 Feb 2010 19:24:10 +0000
(19:24 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
facts/architecture.rb
patch
|
blob
|
history
diff --git
a/facts/architecture.rb
b/facts/architecture.rb
index
f0d7ff5
..
894c82c
100644
(file)
--- a/
facts/architecture.rb
+++ b/
facts/architecture.rb
@@
-13,7
+13,7
@@
end
Facter.add(:debarchitecture) do
setcode do
- %x{/usr/bin/dpkg --print-architecture}
+ %x{/usr/bin/dpkg --print-architecture}
.chomp
end
end